Initial commit: Location Management Flask app

This commit is contained in:
ske087
2026-02-26 19:24:17 +02:00
commit 7a22575dab
52 changed files with 3481 additions and 0 deletions

13
requirements.txt Normal file
View File

@@ -0,0 +1,13 @@
Flask==3.0.3
Flask-SQLAlchemy==3.1.1
Flask-Login==0.6.3
Flask-WTF==1.2.1
Flask-Migrate==4.0.7
Flask-SocketIO==5.3.6
Werkzeug==3.0.3
requests==2.32.3
simple-websocket==1.1.0
python-dotenv==1.0.1
WTForms==3.1.2
SQLAlchemy==2.0.31
greenlet>=3.1.1