# Linters
########################
flake8==3.7.8
flake8-docstrings==1.3.1
flake8-print==3.1.0
flake8-isort==2.7.0
mypy==0.720
yamllint==1.16.0

# Testing purposes
########################
pytest==5.0.1
pytest-cov==2.7.1
coveralls==1.8.2

# Debugging
########################
pdbpp==0.10.0

# Safety check
########################
safety==1.8.5
