From 65cbbedbd71c72cb3f00a973aa659d8e481a81e2 Mon Sep 17 00:00:00 2001 From: Martin Rys Date: Wed, 5 Aug 2026 22:50:53 +0200 Subject: [PATCH] fix: Remove ratelimit dependency --- poetry.lock | 15 ++------------- pyproject.toml | 1 - 2 files changed, 2 insertions(+), 14 deletions(-) diff --git a/poetry.lock b/poetry.lock index c568875..471fa45 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.2.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.4.1 and should not be changed by hand. [[package]] name = "black" @@ -1464,17 +1464,6 @@ files = [ {file = "pywin32_ctypes-0.2.3-py3-none-any.whl", hash = "sha256:8a1513379d709975552d202d942d9837758905c8d01eb82b8bcc30918929e7b8"}, ] -[[package]] -name = "ratelimit" -version = "2.2.1" -description = "API rate limit decorator" -optional = false -python-versions = "*" -groups = ["main"] -files = [ - {file = "ratelimit-2.2.1.tar.gz", hash = "sha256:af8a9b64b821529aca09ebaf6d8d279100d766f19e90b5059ac6a718ca6dee42"}, -] - [[package]] name = "requests" version = "2.32.4" @@ -1835,4 +1824,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = "^3.8" -content-hash = "eb37fb08af4e8d1f657b546398964ff33431f7f22898065fd31b9d6a70997064" +content-hash = "da901a06a54df8072dbd88d433aaec24f99be41ab67972bc45a3155ce6cc2c84" diff --git a/pyproject.toml b/pyproject.toml index 4bc81bc..f028438 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,6 @@ python = "^3.8" requests = "^2.32.3" python-dateutil = "^2.8.2" typing-extensions = "^4.12.2" -ratelimit = "^2.2.1" isodate = "^0.7.2" mpegdash = "^0.4.1" pyaes = "^1.6.1"