first commit

This commit is contained in:
2026-08-19 15:07:17 +03:00
commit 478557f3ad
2 changed files with 351 additions and 0 deletions

10
requirements.txt Normal file
View File

@@ -0,0 +1,10 @@
fastapi>=0.115,<1.0
uvicorn[standard]>=0.30,<1.0
httpx>=0.27,<1.0
SQLAlchemy>=2.0,<3.0
psycopg[binary]>=3.2,<4.0
python-dotenv>=1.0,<2.0
requests>=2.32,<3.0
beautifulsoup4>=4.12,<5.0
curl_cffi>=0.7,<1.0