This commit is contained in:
DasMoorhuhn
2025-07-02 00:50:24 +02:00
committed by DasMoorhuhn
parent 99a5c7c110
commit 710ebbdb30
4 changed files with 228 additions and 1 deletions

14
pyproject.toml Normal file
View File

@@ -0,0 +1,14 @@
[project]
name = "autopicture-v3"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"filetype>=1.2.0",
"pillow>=11.3.0",
"progressbar>=2.5",
"python-magic>=0.4.27",
"pyyaml>=6.0.2",
"requests>=2.32.4",
]