18 lines
271 B
Plaintext
18 lines
271 B
Plaintext
# Backend API
|
|
fastapi==0.104.1
|
|
uvicorn[standard]==0.24.0
|
|
websockets==12.0
|
|
pydantic==2.5.0
|
|
python-multipart==0.0.6
|
|
|
|
# HTTP client for simulator integration
|
|
aiohttp==3.9.1
|
|
requests==2.31.0
|
|
|
|
# Testing
|
|
pytest==7.4.3
|
|
pytest-asyncio==0.21.1
|
|
|
|
# Utilities
|
|
python-dateutil==2.8.2
|