21 lines
515 B
TOML
21 lines
515 B
TOML
[project]
|
|
name = "autopicture-v3"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.13"
|
|
dependencies = [
|
|
"filetype>=1.2.0",
|
|
"pillow>=11.3.0",
|
|
"progressbar>=2.5",
|
|
"pytest>=9.0.2",
|
|
"python-i18n[yaml]>=0.3.9",
|
|
"python-magic>=0.4.27",
|
|
"pyyaml>=6.0.2",
|
|
"qifdp",
|
|
"requests>=2.32.4",
|
|
]
|
|
|
|
[tool.uv.sources]
|
|
qifdp = { url = "https://git.pinguin-software.de/DasMoorhuhn/qifdp/releases/download/25.12.9/qifdp-25.12.9-py3-none-any.whl" }
|