20 lines
No EOL
275 B
Text
20 lines
No EOL
275 B
Text
# Core dependencies
|
|
-r requirements.txt
|
|
|
|
# Testing
|
|
pytest>=7.0.0
|
|
pytest-cov>=4.0.0
|
|
pytest-mock>=3.10.0
|
|
|
|
# Linting and formatting
|
|
flake8>=5.0.0
|
|
pylint>=2.15.0
|
|
black>=22.0.0
|
|
|
|
# Documentation
|
|
sphinx>=5.0.0
|
|
sphinx-rtd-theme>=1.0.0
|
|
|
|
# Development tools
|
|
twine>=4.0.0
|
|
wheel>=0.37.0 |