mirror of
https://github.com/fuergaosi233/claude-code-proxy.git
synced 2025-07-26 20:20:31 +03:00
fix: add missing requirements.txt
Change-Id: I96cd30bf2a543ee5314ec9007d44815454e0453a
This commit is contained in:
12
requirements.txt
Normal file
12
requirements.txt
Normal 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
|
||||
Reference in New Issue
Block a user