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
|
|
|
|
2020-04-13 08:31:00 +00:00
|
|
|
coveralls==2.0.0
|
2020-05-18 09:00:23 +00:00
|
|
|
flake8==3.8.1
|
2019-01-22 19:01:12 +00:00
|
|
|
flake8-type-annotations==0.1.0
|
2020-03-30 08:57:16 +00:00
|
|
|
flake8-tidy-imports==4.1.0
|
2020-03-16 08:54:12 +00:00
|
|
|
mypy==0.770
|
2020-05-11 09:10:48 +00:00
|
|
|
pytest==5.4.2
|
2020-05-04 09:17:23 +00:00
|
|
|
pytest-asyncio==0.12.0
|
2019-10-07 15:16:39 +00:00
|
|
|
pytest-cov==2.8.1
|
2020-04-20 09:25:17 +00:00
|
|
|
pytest-mock==3.1.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
|
2019-10-28 07:40:57 +00:00
|
|
|
nbconvert==5.6.1
|