Initial commit

This commit is contained in:
Артём Кокос
2026-02-12 21:52:24 +07:00
commit c7adc24b07
6 changed files with 326 additions and 0 deletions

4
requirements.txt Normal file
View File

@@ -0,0 +1,4 @@
fastapi==0.109.0
uvicorn[standard]==0.27.0
pydantic==2.5.3
httpx==0.26.0