2019-07-31 01:04:05 +00:00
|
|
|
name: freqtrade
|
|
|
|
channels:
|
|
|
|
- conda-forge
|
2021-01-25 20:45:35 +00:00
|
|
|
# - defaults
|
2019-07-31 01:04:05 +00:00
|
|
|
dependencies:
|
2021-01-24 17:06:40 +00:00
|
|
|
# 1/4 req main
|
2022-01-24 15:29:56 +00:00
|
|
|
- python>=3.8,<=3.10
|
2021-01-24 17:06:40 +00:00
|
|
|
- numpy
|
|
|
|
- pandas
|
|
|
|
- pip
|
|
|
|
|
2022-08-14 07:36:38 +00:00
|
|
|
- py-find-1st
|
2021-01-24 17:06:40 +00:00
|
|
|
- aiohttp
|
|
|
|
- SQLAlchemy
|
|
|
|
- python-telegram-bot
|
|
|
|
- arrow
|
|
|
|
- cachetools
|
|
|
|
- requests
|
|
|
|
- urllib3
|
|
|
|
- jsonschema
|
2019-07-31 01:04:05 +00:00
|
|
|
- TA-Lib
|
2021-01-24 17:06:40 +00:00
|
|
|
- tabulate
|
|
|
|
- jinja2
|
|
|
|
- blosc
|
2019-07-31 01:04:05 +00:00
|
|
|
- sdnotify
|
2021-01-24 17:06:40 +00:00
|
|
|
- fastapi
|
|
|
|
- uvicorn
|
|
|
|
- pyjwt
|
2022-01-24 15:29:56 +00:00
|
|
|
- aiofiles
|
|
|
|
- psutil
|
2021-01-24 17:06:40 +00:00
|
|
|
- colorama
|
|
|
|
- questionary
|
|
|
|
- prompt-toolkit
|
2021-09-21 05:12:17 +00:00
|
|
|
- schedule
|
2022-01-24 15:29:56 +00:00
|
|
|
- python-dateutil
|
2022-04-23 15:08:34 +00:00
|
|
|
- joblib
|
2021-01-24 17:06:40 +00:00
|
|
|
|
|
|
|
|
|
|
|
# ============================
|
|
|
|
# 2/4 req dev
|
|
|
|
|
|
|
|
- coveralls
|
|
|
|
- flake8
|
|
|
|
- mypy
|
|
|
|
- pytest
|
|
|
|
- pytest-asyncio
|
|
|
|
- pytest-cov
|
2021-01-25 20:45:35 +00:00
|
|
|
- pytest-mock
|
2021-01-24 17:06:40 +00:00
|
|
|
- isort
|
|
|
|
- nbconvert
|
|
|
|
|
|
|
|
# ============================
|
|
|
|
# 3/4 req hyperopt
|
2019-07-31 01:04:05 +00:00
|
|
|
|
2021-01-24 17:06:40 +00:00
|
|
|
- scipy
|
|
|
|
- scikit-learn
|
|
|
|
- filelock
|
|
|
|
- scikit-optimize
|
|
|
|
- progressbar2
|
|
|
|
# ============================
|
|
|
|
# 4/4 req plot
|
2019-07-31 01:04:05 +00:00
|
|
|
|
2021-01-24 17:06:40 +00:00
|
|
|
- plotly
|
|
|
|
- jupyter
|
2019-07-31 01:04:05 +00:00
|
|
|
|
2021-01-24 17:06:40 +00:00
|
|
|
- pip:
|
|
|
|
- pycoingecko
|
2022-08-14 07:36:38 +00:00
|
|
|
# - py_find_1st
|
2021-01-24 17:06:40 +00:00
|
|
|
- tables
|
|
|
|
- pytest-random-order
|
|
|
|
- ccxt
|
|
|
|
- flake8-tidy-imports
|
|
|
|
- -e .
|
|
|
|
# - python-rapidjso
|