2016-11-14 17:09:16 +00:00
|
|
|
# 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
|
|
|
|
2019-11-05 05:21:52 +00:00
|
|
|
-r requirements_test_pre_commit.txt
|
2019-07-07 10:30:31 +00:00
|
|
|
asynctest==0.13.0
|
2019-04-02 03:31:05 +00:00
|
|
|
codecov==2.0.15
|
2018-03-12 21:00:10 +00:00
|
|
|
mock-open==1.3.1
|
2019-12-20 21:35:02 +00:00
|
|
|
mypy==0.761
|
2019-10-29 08:37:18 +00:00
|
|
|
pre-commit==1.20.0
|
2019-11-16 08:59:26 +00:00
|
|
|
pylint==2.4.4
|
|
|
|
astroid==2.3.3
|
2018-01-01 22:30:09 +00:00
|
|
|
pytest-aiohttp==0.3.0
|
2019-10-13 20:27:42 +00:00
|
|
|
pytest-cov==2.8.1
|
2018-11-10 20:08:32 +00:00
|
|
|
pytest-sugar==0.9.2
|
2018-11-26 21:43:14 +00:00
|
|
|
pytest-timeout==1.3.3
|
2019-12-16 09:59:32 +00:00
|
|
|
pytest==5.3.2
|
2019-09-22 08:02:23 +00:00
|
|
|
requests_mock==1.7.0
|
2019-10-24 16:41:04 +00:00
|
|
|
responses==0.10.6
|