File size: 400 Bytes
405b09e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Include base requirements
-r requirements.txt

# Additional development tools
pytest-xdist>=2.5.0  # Parallel test execution
pytest-mock>=3.10.0  # Mocking support
coverage>=6.5.0      # Code coverage

# Code quality
pylint>=2.15.0
autopep8>=2.0.0
isort>=5.11.0

# Type checking
types-click>=8.0.0

# Pre-commit hooks
pre-commit>=2.20.0

# Jupyter for experimentation
jupyter>=1.0.0
ipython>=8.0.0