qr-code / pyproject.toml
m3g4p0p's picture
Merge branch 'feature/random-colors'
9e76dab
raw
history blame
474 Bytes
[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"