22 lines
278 B
Plaintext
22 lines
278 B
Plaintext
# Core
|
|
fastapi>=0.109.0
|
|
uvicorn[standard]>=0.27.0
|
|
pydantic>=2.5.0
|
|
pydantic-settings>=2.1.0
|
|
|
|
# LLM
|
|
openai>=1.10.0
|
|
httpx>=0.26.0
|
|
|
|
# Utils
|
|
python-dotenv>=1.0.0
|
|
loguru>=0.7.2
|
|
aiofiles>=23.2.1
|
|
|
|
# Development
|
|
pytest>=7.4.0
|
|
pytest-asyncio>=0.23.0
|
|
black>=24.1.0
|
|
ruff>=0.1.0
|
|
mypy>=1.8.0
|