22 lines
332 B
Plaintext
22 lines
332 B
Plaintext
# Development dependencies for Reklamator
|
|||
|
|
# Install with: pip install -r requirements-dev.txt
|
||
|
|
|
||
|
|
# Linting and code quality
|
||
|
|
ruff==0.1.9
|
||
|
|
black==23.12.1
|
||
|
|
flake8==7.0.0
|
||
|
|
mypy==1.7.1
|
||
|
|
|
||
|
|
# Testing
|
||
|
|
pytest==7.4.3
|
||
|
|
pytest-flask==1.3.0
|
||
|
|
pytest-cov==4.1.0
|
||
|
|
pytest-mock==3.12.0
|
||
|
|
|
||
|
|
# Debugging
|
||
|
|
ipdb==0.13.13
|
||
|
|
ipython==8.19.0
|
||
|
|
|
||
|
|
# Load testing
|
||
|
|
locust==2.20.0
|