This commit is contained in:
√(noham)²
2026-06-30 00:37:56 +02:00
2 changed files with 10 additions and 10 deletions

View File

@@ -6,9 +6,9 @@ readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"bs4>=0.0.2",
"fastapi>=0.136.3",
"fastapi>=0.138.1",
"feedgen>=1.0.0",
"requests>=2.34.2",
"schedule>=1.2.2",
"uvicorn>=0.48.0",
"uvicorn>=0.49.0",
]