fix: add missing requirements.txt

Change-Id: I96cd30bf2a543ee5314ec9007d44815454e0453a
This commit is contained in:
galaxyxxxxx
2025-06-23 22:27:57 +08:00
parent cc62a4b5eb
commit aee420fc1c

12
requirements.txt Normal file
View File

@@ -0,0 +1,12 @@
fastapi[standard]>=0.115.11
uvicorn>=0.34.0
pydantic>=2.0.0
python-dotenv>=1.0.0
openai>=1.54.0
# Dev dependencies
pytest>=7.0.0
pytest-asyncio>=0.21.0
httpx>=0.25.0
black>=23.0.0
isort>=5.12.0
mypy>=1.0.0