a11861197c
Earlier container rolled 1.31.5, which fails Patreon fetches with HTTP 426 Upgrade Required. 1.31.10 restores the OAuth flow. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
29 lines
320 B
Plaintext
29 lines
320 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
|