core/requirements_test.txt

22 lines
500 B
Plaintext
Raw Normal View History

# linters such as flake8 and pylint should be pinned, as new releases
# make new things fail. Manually update these pins when pulling in a
# new version
2019-07-30 23:59:12 +00:00
# When updating this file, update .pre-commit-config.yaml too
asynctest==0.13.0
2019-07-30 23:59:12 +00:00
black==19.3b0
2019-04-02 03:31:05 +00:00
codecov==2.0.15
flake8-docstrings==1.3.1
flake8==3.7.8
2018-03-12 21:00:10 +00:00
mock-open==1.3.1
mypy==0.720
pre-commit==1.18.2
pydocstyle==4.0.1
2019-03-08 07:13:35 +00:00
pylint==2.3.1
pytest-aiohttp==0.3.0
pytest-cov==2.7.1
pytest-sugar==0.9.2
pytest-timeout==1.3.3
2019-09-19 18:02:21 +00:00
pytest==5.1.2
requests_mock==1.6.0