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-11-15 03:01:27 +00:00
|
|
|
coveralls==3.3.1
|
2021-10-18 03:01:14 +00:00
|
|
|
flake8==4.0.1
|
2021-10-11 18:00:53 +00:00
|
|
|
flake8-tidy-imports==4.5.0
|
2022-01-10 07:28:13 +00:00
|
|
|
mypy==0.931
|
2021-09-06 03:01:10 +00:00
|
|
|
pytest==6.2.5
|
2021-10-18 03:01:10 +00:00
|
|
|
pytest-asyncio==0.16.0
|
2021-10-04 03:01:29 +00:00
|
|
|
pytest-cov==3.0.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-11-15 03:01:30 +00:00
|
|
|
isort==5.10.1
|
2021-09-13 17:32:51 +00:00
|
|
|
# For datetime mocking
|
2021-12-20 03:01:47 +00:00
|
|
|
time-machine==2.5.0
|
2019-09-21 08:27:43 +00:00
|
|
|
|
|
|
|
# Convert jupyter notebooks to markdown documents
|
2022-01-10 03:01:52 +00:00
|
|
|
nbconvert==6.4.0
|
2021-06-14 17:18:42 +00:00
|
|
|
|
|
|
|
# mypy types
|
2022-01-10 03:01:56 +00:00
|
|
|
types-cachetools==4.2.8
|
2022-01-10 07:27:35 +00:00
|
|
|
types-filelock==3.2.4
|
2022-01-10 05:39:59 +00:00
|
|
|
types-requests==2.27.5
|
2022-01-10 09:27:22 +00:00
|
|
|
types-tabulate==0.8.5
|
2021-11-06 12:10:22 +00:00
|
|
|
|
|
|
|
# Extensions to datetime library
|
2022-01-10 05:38:50 +00:00
|
|
|
types-python-dateutil==2.8.6
|