diff options
author | Matthew Lemon <y@yulqen.org> | 2024-12-08 21:18:23 +0000 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-12-08 21:18:23 +0000 |
commit | d3dda8c0bd194c28cf11c189c150c00bdc3e8a83 (patch) | |
tree | 28a656ea58e1420cc0da024eeadcc6ff1b30f234 /pyproject.toml | |
parent | 411e79ada3d5bf315000ff5bb598235118d50b51 (diff) |
wip: working on ratelimit - not quite working in the browser
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml index 6c89c9b..b2d4262 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,6 +55,7 @@ dependencies = [ # https://github.com/samuelcolvin/watchfiles "stripe==11.1.0", "django-stubs[compatible-mypy]>=5.0.4", + "django-ratelimit==4.1.0" ] [tool.uv] # https://docs.astral.sh/uv/concepts/dependencies/#development-dependencies dev-dependencies = [ |