gear-orders/Pipfile

22 lines
290 B
TOML
Raw Normal View History

2025-11-14 04:03:20 +00:00
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
pyyaml = "*"
aiohttp = "*"
2025-11-14 04:03:20 +00:00
scheduler = "*"
pytz = "*"
2025-11-14 04:03:21 +00:00
peewee = "*"
2026-01-09 22:33:38 +00:00
peewee-migrate = "*"
2026-01-09 22:56:54 +00:00
flask = "*"
flask-login = "*"
2026-01-10 03:44:55 +00:00
flask-vite = "*"
2026-01-30 21:56:18 +00:00
flask-wtf = "*"
2025-11-14 04:03:20 +00:00
[dev-packages]
[requires]
python_version = "3.12"