[tool.poetry] name = "gigachadify" version = "0.1.0" description = "🗿 gigachadify any face" authors = ["Giulio Starace "] license = "MIT" readme = "README.md" [tool.poetry.dependencies] python = "^3.10" onnx = "^1.15.0" torch = "^2.2.0" insightface = "^0.7.3" onnxruntime = "^1.17.0" [build-system] requires = ["poetry-core"] build-backend = "poetry.core.masonry.api"