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
|
|
|
|
2021-11-15 03:01:27 +00:00
|
|
|
coveralls==3.3.1
|
2023-03-27 03:57:14 +00:00
|
|
|
ruff==0.0.259
|
2023-03-13 03:57:40 +00:00
|
|
|
mypy==1.1.1
|
2023-03-27 05:14:04 +00:00
|
|
|
pre-commit==3.2.1
|
2023-03-13 03:57:29 +00:00
|
|
|
pytest==7.2.2
|
2023-03-20 07:11:18 +00:00
|
|
|
pytest-asyncio==0.21.0
|
2022-10-03 04:35:34 +00:00
|
|
|
pytest-cov==4.0.0
|
2022-10-10 03:02:57 +00:00
|
|
|
pytest-mock==3.10.0
|
2022-12-05 03:00:39 +00:00
|
|
|
pytest-random-order==1.1.0
|
2023-02-05 09:20:10 +00:00
|
|
|
isort==5.12.0
|
2021-09-13 17:32:51 +00:00
|
|
|
# For datetime mocking
|
2023-01-02 03:01:00 +00:00
|
|
|
time-machine==2.9.0
|
2022-11-14 13:08:29 +00:00
|
|
|
# fastapi testing
|
2023-01-09 09:10:30 +00:00
|
|
|
httpx==0.23.3
|
2019-09-21 08:27:43 +00:00
|
|
|
|
|
|
|
# Convert jupyter notebooks to markdown documents
|
2023-03-20 03:56:45 +00:00
|
|
|
nbconvert==7.2.10
|
2021-06-14 17:18:42 +00:00
|
|
|
|
|
|
|
# mypy types
|
2023-02-28 09:26:32 +00:00
|
|
|
types-cachetools==5.3.0.4
|
2022-06-13 03:01:53 +00:00
|
|
|
types-filelock==3.2.7
|
2023-03-27 03:56:55 +00:00
|
|
|
types-requests==2.28.11.16
|
2023-02-27 07:10:51 +00:00
|
|
|
types-tabulate==0.9.0.1
|
2023-03-06 03:57:27 +00:00
|
|
|
types-python-dateutil==2.8.19.10
|