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-07-21 05:26:44 +00:00
|
|
|
-r requirements-freqai.txt
|
2022-10-06 06:28:15 +00:00
|
|
|
-r requirements-freqai-rl.txt
|
2022-04-11 05:13:31 +00:00
|
|
|
-r docs/requirements-docs.txt
|
2018-12-02 13:08:00 +00:00
|
|
|
|
2024-05-20 04:42:21 +00:00
|
|
|
coveralls==4.0.1
|
2024-09-16 06:17:40 +00:00
|
|
|
ruff==0.6.5
|
2024-08-26 06:40:25 +00:00
|
|
|
mypy==1.11.2
|
2024-07-29 08:27:01 +00:00
|
|
|
pre-commit==3.8.0
|
2024-09-16 03:16:39 +00:00
|
|
|
pytest==8.3.3
|
2024-08-26 04:00:21 +00:00
|
|
|
pytest-asyncio==0.24.0
|
2024-03-25 05:31:16 +00:00
|
|
|
pytest-cov==5.0.0
|
|
|
|
pytest-mock==3.14.0
|
2024-01-22 03:30:17 +00:00
|
|
|
pytest-random-order==1.1.1
|
2024-06-03 18:57:15 +00:00
|
|
|
pytest-timeout==2.3.1
|
2024-04-29 07:58:48 +00:00
|
|
|
pytest-xdist==3.6.1
|
2023-12-18 03:16:57 +00:00
|
|
|
isort==5.13.2
|
2021-09-13 17:32:51 +00:00
|
|
|
# For datetime mocking
|
2024-08-08 04:22:36 +00:00
|
|
|
time-machine==2.15.0
|
2019-09-21 08:27:43 +00:00
|
|
|
|
|
|
|
# Convert jupyter notebooks to markdown documents
|
2024-05-06 03:08:56 +00:00
|
|
|
nbconvert==7.16.4
|
2021-06-14 17:18:42 +00:00
|
|
|
|
|
|
|
# mypy types
|
2024-08-26 03:59:43 +00:00
|
|
|
types-cachetools==5.5.0.20240820
|
2022-06-13 03:01:53 +00:00
|
|
|
types-filelock==3.2.7
|
2024-09-16 03:15:58 +00:00
|
|
|
types-requests==2.32.0.20240914
|
2024-01-08 08:30:39 +00:00
|
|
|
types-tabulate==0.9.0.20240106
|
2024-09-09 03:43:50 +00:00
|
|
|
types-python-dateutil==2.9.0.20240906
|