async is requesting stuff too fast

This commit is contained in:
Deeman
2025-07-13 18:08:19 +02:00
parent c3c281fcd8
commit 8143c6ed8e
5 changed files with 162 additions and 48 deletions

View File

@@ -7,7 +7,9 @@ authors = [
{ name = "Deeman", email = "hendriknote@gmail.com" }
]
requires-python = ">=3.13"
dependencies = []
dependencies = [
"niquests>=3.14.1",
]
[build-system]
requires = ["hatchling"]