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
|
2021-06-28 11:19:46 +00:00
|
|
|
mypy==0.910
|
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-11-29 06:00:32 +00:00
|
|
|
time-machine==2.4.1
|
2019-09-21 08:27:43 +00:00
|
|
|
|
|
|
|
# Convert jupyter notebooks to markdown documents
|
2021-11-15 03:01:45 +00:00
|
|
|
nbconvert==6.3.0
|
2021-06-14 17:18:42 +00:00
|
|
|
|
|
|
|
# mypy types
|
2021-11-29 03:01:36 +00:00
|
|
|
types-cachetools==4.2.6
|
2021-10-18 07:06:05 +00:00
|
|
|
types-filelock==3.2.1
|
2021-11-29 03:01:45 +00:00
|
|
|
types-requests==2.26.1
|
2021-10-18 06:38:42 +00:00
|
|
|
types-tabulate==0.8.3
|
2021-11-06 12:10:22 +00:00
|
|
|
|
|
|
|
# Extensions to datetime library
|
2021-11-29 03:01:43 +00:00
|
|
|
types-python-dateutil==2.8.3
|