25 lines
364 B
Plaintext
25 lines
364 B
Plaintext
flask
|
|
|
|
# CORS
|
|
Flask-CORS
|
|
|
|
# ORM
|
|
sqlalchemy
|
|
Flask-SQLAlchemy
|
|
SQLAlchemy-Utc
|
|
|
|
# form/data validation
|
|
pydantic
|
|
spectree # 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
|