poetry files for tracking deps

This commit is contained in:
Giulio Starace
2024-02-11 21:55:21 +01:00
parent 7aeca72396
commit 0bb40bb966
2 changed files with 1670 additions and 0 deletions
Generated
+1653
View File
File diff suppressed because it is too large Load Diff
+17
View File
@@ -0,0 +1,17 @@
[tool.poetry]
name = "gigachadify"
version = "0.1.0"
description = "🗿 gigachadify any face"
authors = ["Giulio Starace <giulio.starace@gmail.com>"]
license = "MIT"
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.10"
torch = "^2.2.0"
insightface = "^0.7.3"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"