2016-11-14 12:09:16 -05: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
|
2016-11-18 21:47:59 -08:00
|
|
|
flake8==3.2.0
|
2016-11-14 12:09:16 -05:00
|
|
|
pylint==1.6.4
|
|
|
|
mypy-lang==0.4.5
|
|
|
|
pydocstyle==1.1.1
|
2015-12-27 16:57:16 -08:00
|
|
|
coveralls>=1.1
|
2016-06-27 09:02:45 -07:00
|
|
|
pytest>=2.9.2
|
2016-10-23 23:48:01 -07:00
|
|
|
pytest-aiohttp>=0.1.3
|
2016-09-19 23:39:49 -07:00
|
|
|
pytest-asyncio>=0.5.0
|
2016-08-21 11:44:40 -07:00
|
|
|
pytest-cov>=2.3.1
|
2016-11-25 05:37:56 +00:00
|
|
|
pytest-timeout>=1.2.0
|
2016-08-21 11:44:40 -07:00
|
|
|
pytest-catchlog>=1.2.2
|
2016-11-26 18:23:28 -08:00
|
|
|
pytest-sugar>=0.7.1
|
2016-06-27 09:02:45 -07:00
|
|
|
requests_mock>=1.0
|
2016-10-23 23:48:01 -07:00
|
|
|
mock-open>=1.3.1
|