File size: 494 Bytes
3d78d34
 
 
 
 
 
 
2a64d4e
3d78d34
 
abb2753
3d78d34
 
 
cfd74ee
8f6c673
 
 
 
cfd74ee
3d78d34
 
abb2753
8f6c673
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
[project]
name = "myapp"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
    "gradio>=5.17.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"]

[project.scripts]
myapp = "myapp.cli.main:cli"

[tool.setuptools.packages.find]
include = ["myapp"]

[tool.uv]
package = true