Files
Atomizer/atomizer-dashboard/backend/requirements.txt

35 lines
492 B
Plaintext
Raw Normal View History

# 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
# AI Integration
anthropic>=0.18.0