# These dependencies are installed using: # # pip install --upgrade # # This file should only declare dependencies related to code # formatting, linting, testing and packaging. # # No dependencies required for production should be listed here. # http://www.pydocstyle.org/en/4.0.0/release_notes.html # Support for Python 2.x and PyPy has been dropped (#340). pydocstyle<4 flake8 flake8-bugbear flake8-docstrings flake8-builtins flake8-comprehensions flake8-junit-report pylint mypy isort # http://doc.pytest.org/en/latest/py27-py34-deprecation.html # The pytest 4.6 series will be the last to support Python 2.7 # and 3.4, and is scheduled to be released by mid-2019. # pytest 5.0 and onwards will support only Python 3.5+. pytest<5.0 pytest-cov pytest-html readme_renderer[md] twine md-toc straitjacket pycalver # needed for mypy coverage report lxml