Skip to content
Snippets Groups Projects
This project manages its dependencies using pip. Learn more
requirements.txt 279 B
# Support library for versioning
importlib-metadata

# Framework and libraries
flask==2.2.2
python-dotenv

flask-mongoengine==1.0
Pillow

# Git hooks
pre-commit

# Sentry for error reporting
sentry-sdk[flask]
sentry-sdk[mongoengine]

# More production-ready web server
#gunicorn