Initial commit

This commit is contained in:
Blake Ridgway 2025-07-05 15:29:33 -05:00
commit 315e731234
27 changed files with 3403 additions and 0 deletions

9
requirements.txt Normal file
View file

@ -0,0 +1,9 @@
Flask==2.3.3
Werkzeug==2.3.7
requests
python-dotenv
Flask-Login==0.6.3
Flask-WTF==1.1.1
WTForms==3.0.1
Flask-SQLAlchemy==3.0.5
gunicorn==21.2.0