13 lines
277 B
Plaintext
13 lines
277 B
Plaintext
# Runtime dependencies. Keep compatible ranges here and tested pins in requirements.txt.
|
|
Flask>=3.1,<4
|
|
psycopg2-binary>=2.9,<3
|
|
bcrypt>=5,<6
|
|
PyJWT>=2.13,<3
|
|
discord.py>=2.7,<3
|
|
openai>=2.46,<3
|
|
requests>=2.34,<3
|
|
httpx>=0.28,<1
|
|
python-dotenv>=1.2,<2
|
|
gunicorn>=26,<27
|
|
tzdata>=2026.3
|