2018-12-02 13:08:00 +00:00
|
|
|
# Include all requirements to run the bot.
|
|
|
|
-r requirements.txt
|
2019-06-11 04:45:36 +00:00
|
|
|
-r requirements-plot.txt
|
2019-09-24 12:53:36 +00:00
|
|
|
-r requirements-hyperopt.txt
|
2018-12-02 13:08:00 +00:00
|
|
|
|
2019-08-05 15:26:19 +00:00
|
|
|
coveralls==1.8.2
|
2019-07-22 15:23:09 +00:00
|
|
|
flake8==3.7.8
|
2019-01-22 19:01:12 +00:00
|
|
|
flake8-type-annotations==0.1.0
|
2019-02-03 12:34:07 +00:00
|
|
|
flake8-tidy-imports==2.0.0
|
2019-09-30 17:26:03 +00:00
|
|
|
mypy==0.730
|
2019-09-30 15:20:07 +00:00
|
|
|
pytest==5.2.0
|
2019-01-08 12:33:11 +00:00
|
|
|
pytest-asyncio==0.10.0
|
2019-05-03 12:43:09 +00:00
|
|
|
pytest-cov==2.7.1
|
2019-09-30 10:20:47 +00:00
|
|
|
pytest-mock==1.11.0
|
2019-07-18 04:56:52 +00:00
|
|
|
pytest-random-order==1.0.4
|
2019-09-21 08:27:43 +00:00
|
|
|
|
|
|
|
# Convert jupyter notebooks to markdown documents
|
|
|
|
nbconvert==5.6.0
|