Release 0.9.0
This commit is contained in:
20
requirements.txt
Normal file
20
requirements.txt
Normal 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
|
||||
Reference in New Issue
Block a user