reworked structure and improved performance to handle 500 concurrent users

This commit is contained in:
2026-02-20 18:31:16 +01:00
parent 7226c0c698
commit f192355ec6
21 changed files with 1535 additions and 386 deletions

View File

@@ -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