2018-12-02 13:08:00 +00:00
|
|
|
# Include all requirements to run the bot.
|
|
|
|
-r requirements.txt
|
|
|
|
|
2019-02-01 12:34:10 +00:00
|
|
|
flake8==3.7.4
|
2019-01-22 19:01:12 +00:00
|
|
|
flake8-type-annotations==0.1.0
|
|
|
|
flake8-tidy-imports==1.1.0
|
2019-01-31 12:34:11 +00:00
|
|
|
pytest==4.2.0
|
2018-12-02 13:08:00 +00:00
|
|
|
pytest-mock==1.10.0
|
2019-01-08 12:33:11 +00:00
|
|
|
pytest-asyncio==0.10.0
|
2019-01-08 12:33:13 +00:00
|
|
|
pytest-cov==2.6.1
|
2019-01-17 18:05:28 +00:00
|
|
|
coveralls==1.5.1
|
2019-01-17 19:31:00 +00:00
|
|
|
mypy==0.660
|