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-07-26 03:01:20 +00:00
|
|
|
coveralls==3.2.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-06-28 11:19:46 +00:00
|
|
|
mypy==0.910
|
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-06-07 05:21:53 +00:00
|
|
|
pytest-cov==2.12.1
|
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-08-02 03:01:13 +00:00
|
|
|
isort==5.9.3
|
2019-09-21 08:27:43 +00:00
|
|
|
|
|
|
|
# Convert jupyter notebooks to markdown documents
|
2021-06-28 08:04:03 +00:00
|
|
|
nbconvert==6.1.0
|
2021-06-14 17:18:42 +00:00
|
|
|
|
|
|
|
# mypy types
|
2021-06-28 03:01:06 +00:00
|
|
|
types-cachetools==0.1.9
|
2021-06-21 06:06:08 +00:00
|
|
|
types-filelock==0.1.4
|
2021-08-02 03:01:35 +00:00
|
|
|
types-requests==2.25.1
|
2021-06-21 04:25:59 +00:00
|
|
|
types-tabulate==0.1.1
|