1
0
Fork 0
mirror of https://github.com/Findus23/HNReader.git synced 2024-09-19 15:23:44 +02:00

remove rate limiting dependencies

This commit is contained in:
Lukas Winkler 2021-04-17 23:23:39 +02:00
parent b32848cb4f
commit 7017d67cca
Signed by: lukas
GPG key ID: 54DE4D798D244853
2 changed files with 1 additions and 22 deletions

22
poetry.lock generated
View file

@ -25,22 +25,6 @@ category = "main"
optional = false
python-versions = "*"
[[package]]
name = "asgi-ratelimit"
version = "0.4.0"
description = ""
category = "main"
optional = false
python-versions = ">=3.6,<4.0"
[package.dependencies]
aredis = {version = ">=1.1.8,<2.0.0", optional = true, markers = "extra == \"redis\" or extra == \"full\""}
[package.extras]
redis = ["aredis (>=1.1.8,<2.0.0)"]
full = ["aredis (>=1.1.8,<2.0.0)", "pyjwt (>=1.7.1,<2.0.0)"]
jwt = ["pyjwt (>=1.7.1,<2.0.0)"]
[[package]]
name = "async-timeout"
version = "3.0.1"
@ -209,7 +193,7 @@ multidict = ">=4.0"
[metadata]
lock-version = "1.1"
python-versions = "^3.9"
content-hash = "73769bcc1c65e6a322d764a52621402d30fa35dc25c94a2b27a4cf64980a5e9c"
content-hash = "9c9c74a4fd46b4370b9bdd038a3d4132ef996eb9ba2e48f2644aa1cc43cc4497"
[metadata.files]
aiohttp = [
@ -254,10 +238,6 @@ aiohttp = [
aredis = [
{file = "aredis-1.1.8.tar.gz", hash = "sha256:880bcf91c4f89b919311cc93626bbc70901c6e5c4fdb3dcba643411e3ee40bcf"},
]
asgi-ratelimit = [
{file = "asgi-ratelimit-0.4.0.tar.gz", hash = "sha256:fa0cd403cc95eb1d9d4580f89a64f94287d42c1c057e417d9a0de523cdafb367"},
{file = "asgi_ratelimit-0.4.0-py3-none-any.whl", hash = "sha256:6b336d2598096911e47dc49104974384d12dbe5da1a57ff93c3901c263e89845"},
]
async-timeout = [
{file = "async-timeout-3.0.1.tar.gz", hash = "sha256:0c3c816a028d47f659d6ff5c745cb2acf1f966da1fe5c19c77a70282b25f4c5f"},
{file = "async_timeout-3.0.1-py3-none-any.whl", hash = "sha256:4291ca197d287d274d0b6cb5d6f8f8f82d434ed288f962539ff18cc9012f9ea3"},

View file

@ -15,7 +15,6 @@ gunicorn = "^20.1.0"
uvloop = "^0.15.2"
httptools = "^0.1.1"
setproctitle = "^1.2.2"
asgi-ratelimit = {extras = ["redis"], version = "^0.4.0"}
[tool.poetry.dev-dependencies]