gear-orders/Pipfile

18 lines
227 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 = "*"
2025-11-14 04:03:20 +00:00
[dev-packages]
[requires]
python_version = "3.12"