This repository has been archived on 2026-09-04. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
theme-song-booth/requirements.txt

18 lines
386 B
Text

# requirements.txt
# ================
#
# Python dependencies for the Theme Song Booth Flask app.
#
# flask - web framework
# gunicorn - production WSGI server used by Dockerfile
# python-dotenv - loads .env files in development
# werkzeug - utilities for file uploads and password hashing
flask
gunicorn
python-dotenv
werkzeug
mutagen
flask-limiter
cryptography
Pillow