Initial fork from theme-song-booth
This commit is contained in:
commit
99855b1212
33 changed files with 5723 additions and 0 deletions
21
requirements.txt
Normal file
21
requirements.txt
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
# 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 secure filenames
|
||||
# mutagen - MP3 metadata (ID3) tagging
|
||||
# flask-limiter - public form rate limiting
|
||||
# cryptography - encrypt stored SMTP password
|
||||
|
||||
flask
|
||||
gunicorn
|
||||
python-dotenv
|
||||
werkzeug
|
||||
mutagen
|
||||
flask-limiter
|
||||
cryptography
|
||||
requests
|
||||
Loading…
Add table
Add a link
Reference in a new issue