21 lines
263 B
Plaintext
21 lines
263 B
Plaintext
# Web Framework
|
|
fastapi==0.115.0
|
|
uvicorn[standard]==0.32.0
|
|
pydantic==2.9.0
|
|
pydantic-settings==2.5.0
|
|
|
|
# Configuration
|
|
PyYAML==6.0.2
|
|
|
|
# Security
|
|
pyseccomp==0.1.2
|
|
|
|
|
|
# Async & Concurrency
|
|
aiofiles==24.1.0
|
|
|
|
# Testing
|
|
pytest==8.3.0
|
|
pytest-asyncio==0.24.0
|
|
httpx==0.27.0
|