From c5941e8285cbd83cba8f460b9c19b7ce377f80f8 Mon Sep 17 00:00:00 2001 From: Bala Subrahmanyam Varanasi Date: Fri, 15 Mar 2024 18:02:35 +0530 Subject: [PATCH] build: add missing django-ratelimit package to poetry --- poetry.lock | 15 +++++++++++++-- pyproject.toml | 1 + 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/poetry.lock b/poetry.lock index e160ac765f5..65a99e360bf 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. [[package]] name = "aiohttp" @@ -1319,6 +1319,17 @@ Django = ">=3.2" [package.extras] tests = ["tox"] +[[package]] +name = "django-ratelimit" +version = "4.1.0" +description = "Cache-based rate-limiting for Django." +optional = false +python-versions = ">=3.7" +files = [ + {file = "django-ratelimit-4.1.0.tar.gz", hash = "sha256:555943b283045b917ad59f196829530d63be2a39adb72788d985b90c81ba808b"}, + {file = "django_ratelimit-4.1.0-py2.py3-none-any.whl", hash = "sha256:d047a31cf94d83ef1465d7543ca66c6fc16695559b5f8d814d1b51df15110b92"}, +] + [[package]] name = "django-redis" version = "5.4.0" @@ -7838,4 +7849,4 @@ networking = ["junos-eznc"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "76a93f37924c0df19297e96c43dcd8917ad25f04ff1194e1a00a58982e0871c9" +content-hash = "5ad8a217f0ad162ed2bc39aa51877b77d7ca31bf8bde51059327387dc6572e9c" diff --git a/pyproject.toml b/pyproject.toml index 5cb280fdf5d..6a80b38ddf3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -128,6 +128,7 @@ croniter = "^2.0.1" drf-yaml = "^3.0.1" google-generativeai = "^0.3.1" scrapy-playwright = "^0.0.33" +django-ratelimit = "^4.1.0" [tool.poetry.extras] networking = ["junos-eznc"]