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
|
|
|
|
2021-05-31 05:18:54 +00:00
|
|
|
coveralls==3.1.0
|
2021-05-10 05:27:03 +00:00
|
|
|
flake8==3.9.2
|
2019-01-22 19:01:12 +00:00
|
|
|
flake8-type-annotations==0.1.0
|
2021-05-17 05:21:18 +00:00
|
|
|
flake8-tidy-imports==4.3.0
|
2021-02-22 05:27:47 +00:00
|
|
|
mypy==0.812
|
2021-05-10 05:26:52 +00:00
|
|
|
pytest==6.2.4
|
2021-04-26 10:47:09 +00:00
|
|
|
pytest-asyncio==0.15.1
|
2021-05-17 05:21:11 +00:00
|
|
|
pytest-cov==2.12.0
|
2021-05-10 05:27:22 +00:00
|
|
|
pytest-mock==3.6.1
|
2019-07-18 04:56:52 +00:00
|
|
|
pytest-random-order==1.0.4
|
2021-03-22 05:25:28 +00:00
|
|
|
isort==5.8.0
|
2019-09-21 08:27:43 +00:00
|
|
|
|
|
|
|
# Convert jupyter notebooks to markdown documents
|
2020-10-12 05:43:37 +00:00
|
|
|
nbconvert==6.0.7
|