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-05-16 03:01:40 +00:00
|
|
|
flake8-tidy-imports==4.8.0
|
2022-07-25 05:53:10 +00:00
|
|
|
mypy==0.971
|
2022-07-11 05:14:41 +00:00
|
|
|
pre-commit==2.20.0
|
2022-04-25 03:17:29 +00:00
|
|
|
pytest==7.1.2
|
2022-07-18 03:01:26 +00:00
|
|
|
pytest-asyncio==0.19.0
|
2021-10-04 03:01:29 +00:00
|
|
|
pytest-cov==3.0.0
|
2022-07-11 03:01:47 +00:00
|
|
|
pytest-mock==3.8.2
|
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-06-27 09:59:07 +00:00
|
|
|
time-machine==2.7.1
|
2019-09-21 08:27:43 +00:00
|
|
|
|
|
|
|
# Convert jupyter notebooks to markdown documents
|
2022-04-18 03:01:42 +00:00
|
|
|
nbconvert==6.5.0
|
2021-06-14 17:18:42 +00:00
|
|
|
|
|
|
|
# mypy types
|
2022-06-27 03:02:53 +00:00
|
|
|
types-cachetools==5.2.1
|
2022-06-13 03:01:53 +00:00
|
|
|
types-filelock==3.2.7
|
2022-07-25 03:01:44 +00:00
|
|
|
types-requests==2.28.3
|
2022-06-27 13:18:58 +00:00
|
|
|
types-tabulate==0.8.11
|
2022-07-25 05:53:15 +00:00
|
|
|
types-python-dateutil==2.8.19
|