diff --git a/pyproject.toml b/pyproject.toml index a14bfbc..cd9b9bb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,6 +23,7 @@ dependencies = [ "django-registries==0.0.3", "django-view-decorator==0.0.4", "django-oauth-toolkit~=2.4", + "django-ratelimit~=4.1", "django_stubs_ext~=5.0", "stripe~=10.5", ] diff --git a/requirements.txt b/requirements.txt index 418b0bc..1ea4268 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,6 +4,7 @@ # - django-allauth~=0.63 # - django-money~=3.5 # - django-oauth-toolkit~=2.4 +# - django-ratelimit~=4.1 # - django-registries==0.0.3 # - django-stubs-ext~=5.0 # - django-view-decorator==0.0.4 @@ -53,6 +54,8 @@ django-money==3.5.3 # via hatch.envs.default django-oauth-toolkit==2.4.0 # via hatch.envs.default +django-ratelimit==4.1.0 + # via hatch.envs.default django-registries==0.0.3 # via hatch.envs.default django-stubs-ext==5.0.4 diff --git a/requirements/requirements-dev.txt b/requirements/requirements-dev.txt index 0617412..ff3a26a 100644 --- a/requirements/requirements-dev.txt +++ b/requirements/requirements-dev.txt @@ -14,6 +14,7 @@ # - django-allauth~=0.63 # - django-money~=3.5 # - django-oauth-toolkit~=2.4 +# - django-ratelimit~=4.1 # - django-registries==0.0.3 # - django-stubs-ext~=5.0 # - django-view-decorator==0.0.4 @@ -81,6 +82,8 @@ django-money==3.5.3 # via hatch.envs.dev django-oauth-toolkit==2.4.0 # via hatch.envs.dev +django-ratelimit==4.1.0 + # via hatch.envs.dev django-registries==0.0.3 # via hatch.envs.dev django-stubs==1.16.0