build: add slowapi and zxcvbn dependencies

This commit is contained in:
Johan Lundberg 2026-03-25 13:46:55 +01:00
parent 2dfa3f3bff
commit 2f8cca3f41
No known key found for this signature in database
GPG key ID: A6C152738D03C7D1
2 changed files with 106 additions and 0 deletions

View file

@ -21,6 +21,8 @@ dependencies = [
"itsdangerous>=2.2.0",
"typer>=0.15",
"pydantic[email]>=2.12.5",
"slowapi>=0.1.9",
"zxcvbn>=4.5",
]
[project.scripts]