| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- # Web Framework
- fastapi>=0.109.0
- uvicorn[standard]>=0.27.0
- # Database
- sqlalchemy>=2.0.0
- aiosqlite>=0.19.0
- greenlet>=3.0.0
- # Pydantic
- pydantic>=2.0.0
- pydantic-settings>=2.0.0
- # Bambu Lab Printer Communication
- paho-mqtt>=2.0.0
- aioftp>=0.22.0
- # Virtual Printer (emulates Bambu printer for slicer uploads)
- pyftpdlib>=2.0.0
- cryptography>=41.0.0
- # 3MF Processing (standard zipfile is sufficient for Bambu 3MF files)
- # Excel Export
- openpyxl>=3.1.0
- # Notifications
- pywebpush>=2.0.0
- # Utilities
- python-multipart>=0.0.6
- aiofiles>=23.0.0
- # QR Code generation
- qrcode[pil]>=7.4.0
- # System monitoring
- psutil>=6.0.0
- # STL thumbnail generation
- trimesh>=4.0.0
- matplotlib>=3.8.0
- # Authentication
- PyJWT>=2.8.0
- passlib[bcrypt]>=1.7.4
- # Development
- pytest>=8.0.0
- pytest-asyncio>=0.23.0
- httpx>=0.26.0
- ruff>=0.2.0
|