reworked structure and improved performance to handle 500 concurrent users
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
# This file was autogenerated by uv via the following command:
|
||||
# uv export --format requirements-txt -o requirements.txt --no-hashes
|
||||
async-timeout==5.0.1 ; python_full_version < '3.11.3'
|
||||
# via redis
|
||||
bcrypt==5.0.0
|
||||
# via flask-bcrypt
|
||||
bidict==0.23.1
|
||||
@@ -68,6 +70,10 @@ python-socketio==5.13.0
|
||||
# via flask-socketio
|
||||
pytz==2025.2
|
||||
# via tutor-tool
|
||||
redis==7.0.1 ; python_full_version < '3.10'
|
||||
# via tutor-tool
|
||||
redis==7.2.0 ; python_full_version >= '3.10'
|
||||
# via tutor-tool
|
||||
simple-websocket==1.1.0
|
||||
# via python-engineio
|
||||
sqlalchemy==2.0.43
|
||||
|
||||
Reference in New Issue
Block a user