Initial commit

This commit is contained in:
2026-03-09 20:06:01 -07:00
commit 46cccc9087
4 changed files with 1961 additions and 0 deletions

3
requirements.txt Normal file
View File

@@ -0,0 +1,3 @@
fastapi>=0.115.0
uvicorn[standard]>=0.32.0
httpx>=0.27.0