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
|
2022-04-11 05:13:31 +00:00
|
|
|
-r docs/requirements-docs.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
|
2022-01-17 03:02:17 +00:00
|
|
|
flake8-tidy-imports==4.6.0
|
2022-03-28 04:30:07 +00:00
|
|
|
mypy==0.942
|
2022-04-03 13:27:58 +00:00
|
|
|
pre-commit==2.18.1
|
2022-03-21 03:01:45 +00:00
|
|
|
pytest==7.1.1
|
2022-03-28 03:01:22 +00:00
|
|
|
pytest-asyncio==0.18.3
|
2021-10-04 03:01:29 +00:00
|
|
|
pytest-cov==3.0.0
|
2022-01-31 03:01:34 +00:00
|
|
|
pytest-mock==3.7.0
|
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
|
2022-01-17 07:06:07 +00:00
|
|
|
time-machine==2.6.0
|
2019-09-21 08:27:43 +00:00
|
|
|
|
|
|
|
# Convert jupyter notebooks to markdown documents
|
2022-04-04 03:01:35 +00:00
|
|
|
nbconvert==6.4.5
|
2021-06-14 17:18:42 +00:00
|
|
|
|
|
|
|
# mypy types
|
2022-03-14 03:01:03 +00:00
|
|
|
types-cachetools==5.0.0
|
2022-01-24 03:01:24 +00:00
|
|
|
types-filelock==3.2.5
|
2022-04-04 03:01:37 +00:00
|
|
|
types-requests==2.27.16
|
2022-03-21 08:06:41 +00:00
|
|
|
types-tabulate==0.8.6
|
2021-11-06 12:10:22 +00:00
|
|
|
|
|
|
|
# Extensions to datetime library
|
2022-04-08 15:50:32 +00:00
|
|
|
types-python-dateutil==2.8.10
|