Initial Commit

This commit is contained in:
2026-02-12 16:50:29 -05:00
commit a1da041f14
74 changed files with 6140 additions and 0 deletions

8
requirements.txt Normal file
View File

@@ -0,0 +1,8 @@
fastapi>=0.110.0
uvicorn[standard]>=0.27.0
sqlalchemy>=2.0.0
apscheduler>=3.10.0
httpx>=0.27.0
pillow>=10.0.0
pydantic>=2.0.0
python-dotenv>=1.0.0