Add flask rate limit, fix env variables not working

This commit is contained in:
csd4ni3l
2025-10-04 18:54:30 +02:00
parent ac6d2c2845
commit 37a1f6f5dc
4 changed files with 204 additions and 4 deletions

View File

@@ -7,6 +7,7 @@ requires-python = ">=3.11"
dependencies = [
"bcrypt>=5.0.0",
"flask>=3.1.2",
"flask-limiter>=4.0.0",
"flask-login>=0.6.3",
"google-genai>=1.40.0",
"python-dotenv>=1.1.1",