29 lines
397 B
Plaintext
29 lines
397 B
Plaintext
# Web framework
|
|
quart==0.19.4
|
|
quart-cors==0.7.0
|
|
hypercorn==0.16.0
|
|
flask>=3.0.0,<3.1.0
|
|
|
|
# Database
|
|
sqlalchemy[asyncio]==2.0.25
|
|
asyncpg==0.29.0
|
|
alembic==1.13.1
|
|
|
|
# Task queue
|
|
celery[redis]==5.3.6
|
|
redis==5.0.1
|
|
|
|
# Utilities
|
|
pydantic==2.5.3
|
|
pydantic-settings==2.1.0
|
|
python-dotenv==1.0.0
|
|
cryptography==41.0.7
|
|
pyyaml==6.0.1
|
|
|
|
# gallery-dl
|
|
gallery-dl>=1.31.0
|
|
|
|
# Testing
|
|
pytest==7.4.4
|
|
pytest-asyncio==0.23.3
|