First Commit

This commit is contained in:
dedhersel
2026-02-17 12:43:27 +01:00
commit 38f85dc498
26 changed files with 9939 additions and 0 deletions

8
requirements.txt Normal file
View File

@@ -0,0 +1,8 @@
Flask==3.0.0
Flask-Login==0.6.3
Werkzeug==3.0.1
requests==2.31.0
urllib3==2.1.0
PyMySQL==1.1.0
bcrypt==4.1.2
python-dotenv==1.0.0