Build reusable bot framework
This commit is contained in:
12
requirements.in
Normal file
12
requirements.in
Normal file
@@ -0,0 +1,12 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user