-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
24 lines (20 loc) · 880 Bytes
/
Copy pathrequirements.txt
File metadata and controls
24 lines (20 loc) · 880 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
pytest>=7.0.0 # Testing framework
pytest-cov>=4.0.0 # Coverage reporting
black>=22.0.0 # Code formatting
flake8>=5.0.0 # Code linting
mypy>=0.990 # Type checking
pre-commit>=2.20.0 # Pre-commit hooks
pybotics>=3.1.2
# Documentation
sphinx>=5.0.0 # Documentation generator
sphinx-rtd-theme>=1.0.0 # Read the docs theme
# Packaging and Distribution
setuptools>=65.0.0 # Package building
wheel>=0.38.0 # Wheel building
twine>=4.0.0 # Package uploading
# Performance Testing (Optional)
timeit>=1.0.0 # Performance benchmarking
memory-profiler>=0.60.0 # Memory usage profiling
# Example Dependencies (if extending)
numpy>=1.21.0 # Numerical operations (optional)
matplotlib>=3.5.0 # Visualization (optional)