Release 0.9.0

This commit is contained in:
2025-11-21 07:26:02 +01:00
committed by ecv
commit 472f0812e7
240 changed files with 20033 additions and 0 deletions

20
requirements.txt Normal file
View File

@@ -0,0 +1,20 @@
# Web Framework
flask>=3.0.0,<4.0.0
flask-login>=0.6.3,<0.7.0
flask-socketio>=5.3.0,<6.0.0
# Template Engine
jinja2>=3.1.0,<4.0.0
# HTTP Client
requests>=2.31.0,<3.0.0
# Async/Concurrency
gevent>=24.2.0,<25.0.0
gevent-websocket>=0.10.1
# WSGI Server for Production
gunicorn>=21.2.0,<22.0.0
# Environment Configuration
python-dotenv>=1.0.0,<2.0.0