This repository has been archived on 2026-05-31. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
GallerySubscriber/backend/requirements.txt
T

30 lines
333 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 (>=1.31.10 fixes Patreon HTTP 426 / OAuth flow)
gallery-dl>=1.31.10
# Testing
pytest
pytest-asyncio
aioresponses