initial commit

This commit is contained in:
Anton
2026-04-28 16:18:07 +03:00
commit 6480f31e8f
7 changed files with 243 additions and 0 deletions

13
requirements.txt Normal file
View File

@@ -0,0 +1,13 @@
apscheduler>=3.10.4
beautifulsoup4>=4.12.3
fastapi>=0.115.0
httpx>=0.27.0
jinja2>=3.1.4
lxml>=5.2.0
psycopg[binary]>=3.2.0
pydantic-settings>=2.4.0
python-multipart>=0.0.9
requests>=2.32.0
sqlalchemy>=2.0.32
uvicorn[standard]>=0.30.0
pytest>=8.3.0