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

@@ -13,7 +13,9 @@ dependencies = [
"flask-sqlalchemy>=3.1.1",
"flask-wtf>=1.2.2",
"gunicorn>=23.0.0",
"locust>=2.34.0",
"psycopg2-binary>=2.9.11",
"pytz>=2025.2",
"redis>=7.0.1",
"xkcdpass>=1.20.0",
]