Build reusable bot framework
Some checks failed
CI / test (push) Has been cancelled
CI / compose-smoke (push) Has been cancelled

This commit is contained in:
Chelsea Lee
2026-07-19 21:53:24 -05:00
parent 7ecc1107b2
commit fbdf33e894
66 changed files with 8428 additions and 0 deletions

12
requirements.in Normal file
View 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