stable/requirements-dev.txt

13 lines
240 B
Plaintext
Raw Normal View History

# Include all requirements to run the bot.
-r requirements.txt
2019-02-20 12:31:06 +00:00
flake8==3.7.6
flake8-type-annotations==0.1.0
flake8-tidy-imports==2.0.0
2019-02-20 12:31:07 +00:00
pytest==4.3.0
pytest-mock==1.10.1
pytest-asyncio==0.10.0
2019-01-08 12:33:13 +00:00
pytest-cov==2.6.1
2019-02-20 12:31:08 +00:00
coveralls==1.6.0
2019-02-09 12:33:09 +00:00
mypy==0.670