Initial commit: Torrent search and download application

This commit is contained in:
vrubelroman 2025-10-05 22:20:49 +03:00
commit e38be704ff
4313 changed files with 791544 additions and 0 deletions

9
requirements.txt Normal file
View file

@ -0,0 +1,9 @@
fastapi==0.115.0
uvicorn[standard]==0.30.6
httpx==0.27.2
jinja2==3.1.4
python-multipart==0.0.9
beautifulsoup4==4.12.3
lxml==5.1.0
fastapi-cors==0.0.6
requests==2.31.0