16 lines
366 B
Text
16 lines
366 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
|