38 lines
628 B
Plaintext
38 lines
628 B
Plaintext
flask
|
|
|
|
# CORS
|
|
Flask-CORS
|
|
|
|
# ORM
|
|
sqlalchemy
|
|
Flask-SQLAlchemy
|
|
SQLAlchemy-Utc
|
|
|
|
# form/data validation
|
|
pydantic==2.11.4
|
|
spectree==1.4.1 # generates OpenAPI documents for us to make TypeScript API
|
|
# clients based on our pydantic models
|
|
|
|
# DB migrations
|
|
alembic
|
|
Flask-Migrate
|
|
|
|
requests
|
|
|
|
pytz # timezone handling
|
|
|
|
discord-webhook # for sending messages to Discord webhooks
|
|
discord.py
|
|
https://github.com/HumanoidSandvichDispenser/Clyde/releases/download/test/discord_clyde-0.2.0-py3-none-any.whl
|
|
#discord-clyde
|
|
|
|
celery[redis]
|
|
|
|
Flask-Testing
|
|
pytest==8.3.5
|
|
pytest-cov==6.1.1
|
|
|
|
# for production
|
|
gunicorn
|
|
psycopg[binary]
|