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
|
2022-01-17 03:02:17 +00:00
|
|
|
flake8-tidy-imports==4.6.0
|
2022-01-10 07:28:13 +00:00
|
|
|
mypy==0.931
|
2022-02-07 03:01:18 +00:00
|
|
|
pytest==7.0.0
|
2022-01-24 03:01:12 +00:00
|
|
|
pytest-asyncio==0.17.2
|
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-01-31 03:01:25 +00:00
|
|
|
nbconvert==6.4.1
|
2021-06-14 17:18:42 +00:00
|
|
|
|
|
|
|
# mypy types
|
2022-01-17 05:32:38 +00:00
|
|
|
types-cachetools==4.2.9
|
2022-01-24 03:01:24 +00:00
|
|
|
types-filelock==3.2.5
|
2022-02-07 03:01:29 +00:00
|
|
|
types-requests==2.27.8
|
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-31 03:01:27 +00:00
|
|
|
types-python-dateutil==2.8.9
|