initial commit

This commit is contained in:
hex
2025-05-19 20:13:39 -07:00
commit 11f14f5048
12 changed files with 1408 additions and 0 deletions

5
requirements.txt Normal file
View File

@@ -0,0 +1,5 @@
Flask==2.3.3
Flask-SQLAlchemy==3.1.1
Flask-WTF==1.2.1
requests==2.31.0
python-dotenv==1.0.0