stable/requirements-dev.txt

14 lines
265 B
Plaintext
Raw Normal View History

# Include all requirements to run the bot.
-r requirements.txt
2019-06-11 04:45:36 +00:00
-r requirements-plot.txt
2019-02-26 12:32:04 +00:00
flake8==3.7.7
flake8-type-annotations==0.1.0
flake8-tidy-imports==2.0.0
2019-07-01 18:28:31 +00:00
pytest==5.0.0
pytest-mock==1.10.4
pytest-asyncio==0.10.0
2019-05-03 12:43:09 +00:00
pytest-cov==2.7.1
2019-06-17 15:23:15 +00:00
coveralls==1.8.1
2019-07-01 18:28:32 +00:00
mypy==0.711