29 lines
263 B
Plaintext
29 lines
263 B
Plaintext
# Web framework
|
|
quart
|
|
quart-cors
|
|
hypercorn
|
|
flask
|
|
|
|
# Database
|
|
sqlalchemy[asyncio]
|
|
asyncpg
|
|
alembic
|
|
|
|
# Task queue
|
|
celery[redis]
|
|
redis
|
|
|
|
# Utilities
|
|
pydantic
|
|
pydantic-settings
|
|
python-dotenv
|
|
cryptography
|
|
pyyaml
|
|
|
|
# gallery-dl
|
|
gallery-dl
|
|
|
|
# Testing
|
|
pytest
|
|
pytest-asyncio
|