feat: rate limiting
Python Lint CI / ruff-format-check (push) Successful in 44s
Python Lint CI / ty (push) Successful in 44s
Python Lint CI / ruff (push) Successful in 44s

This commit is contained in:
2026-07-03 15:33:06 +02:00
parent 92d2e7c3a0
commit 59a6f49700
6 changed files with 151 additions and 7 deletions
+1
View File
@@ -5,6 +5,7 @@ description = ""
readme = "README.md"
requires-python = ">=3.14"
dependencies = [
"flask-limiter[redis]>=4.1.1,<5.0.0",
"flask[async]>=3.1.3,<4.0.0",
"gunicorn>=26.0.0,<27.0.0",
"tortoise-orm[asyncpg]>=1.1.7,<2.0.0",