Spaces:
Running
Running
[project] | |
name = "myapp" | |
version = "0.1.0" | |
description = "Add your description here" | |
readme = "README.md" | |
requires-python = ">=3.12" | |
dependencies = [ | |
"gradio>=5.14.0", | |
"huggingface-hub>=0.27.1", | |
"qrcode-artistic>=3.0.2", | |
"scikit-learn>=1.6.1", | |
"segno>=1.6.1", | |
] | |
[project.optional-dependencies] | |
develop = [ | |
"ipdb>=0.13.13", | |
"python-dotenv>=1.0.1", | |
] | |
[tool.setuptools.packages.find] | |
include = ["myapp"] | |
[project.scripts] | |
myapp = "myapp.cli:cli" | |