feat: fetch views manually and worker

This commit is contained in:
Artem Tsyrulnikov
2025-11-12 23:55:44 +03:00
parent 292bb0d49b
commit a48d5e67cb
28 changed files with 632 additions and 135 deletions

View File

@@ -6,8 +6,12 @@ readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"aiogram>=3.16.0",
"aiolimiter>=1.2.1",
"asyncpg>=0.30.0",
"beautifulsoup4>=4.14.2",
"fastapi>=0.121.0",
"httpx>=0.28.1",
"lxml>=6.0.2",
"pydantic-settings>=2.11.0",
"pyjwt>=2.10.1",
"python-multipart>=0.0.20",