32 lines
456 B
Plaintext
32 lines
456 B
Plaintext
|
|
# Atomizer Dashboard Backend Dependencies
|
||
|
|
|
||
|
|
# FastAPI and ASGI server
|
||
|
|
fastapi>=0.104.0
|
||
|
|
uvicorn[standard]>=0.24.0
|
||
|
|
python-multipart>=0.0.6
|
||
|
|
|
||
|
|
# WebSocket support
|
||
|
|
websockets>=12.0
|
||
|
|
|
||
|
|
# File watching
|
||
|
|
watchdog>=3.0.0
|
||
|
|
aiofiles>=23.2.1
|
||
|
|
|
||
|
|
# Data validation
|
||
|
|
pydantic>=2.5.0
|
||
|
|
|
||
|
|
# Optimization & Analysis
|
||
|
|
optuna>=3.4.0
|
||
|
|
numpy>=1.24.0
|
||
|
|
pandas>=2.0.0
|
||
|
|
|
||
|
|
# 3D & Engineering
|
||
|
|
pyNastran>=1.4.0
|
||
|
|
trimesh>=4.0.0
|
||
|
|
scipy>=1.10.0
|
||
|
|
|
||
|
|
# Reporting
|
||
|
|
markdown>=3.5.0
|
||
|
|
weasyprint>=60.0.0
|
||
|
|
jinja2>=3.1.0
|