stable/requirements-dev.txt

15 lines
292 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-08-05 15:26:19 +00:00
coveralls==1.8.2
2019-07-22 15:23:09 +00:00
flake8==3.7.8
flake8-type-annotations==0.1.0
flake8-tidy-imports==2.0.0
2019-07-29 18:52:38 +00:00
mypy==0.720
pytest==5.1.3
pytest-asyncio==0.10.0
2019-05-03 12:43:09 +00:00
pytest-cov==2.7.1
2019-07-29 18:52:38 +00:00
pytest-mock==1.10.4
pytest-random-order==1.0.4