Adding requirements

This commit is contained in:
2025-12-05 09:42:30 +02:00
parent 422b91beb2
commit ce9e6af685

33
requirements.txt Normal file
View File

@@ -0,0 +1,33 @@
# Core ML and Detection
ultralytics>=8.0.0
torch>=2.0.0
torchvision>=0.15.0
# GUI Framework
PySide6>=6.5.0
pyqtgraph>=0.13.0
# Image Processing
opencv-python>=4.8.0
Pillow>=10.0.0
numpy>=1.24.0
# Database
sqlalchemy>=2.0.0
# Data Export
pandas>=2.0.0
openpyxl>=3.1.0
# Configuration
pyyaml>=6.0
# Testing
pytest>=7.4.0
pytest-qt>=4.2.0
pytest-cov>=4.1.0
# Development
black>=23.0.0
pylint>=2.17.0
mypy>=1.4.0