Add comprehensive comments to all source files and expand documentation
This commit is contained in:
parent
9e532a1920
commit
b4f0222bd5
16 changed files with 1230 additions and 552 deletions
|
|
@ -1,3 +1,13 @@
|
|||
# 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
|
||||
|
|
|
|||
Reference in a new issue