stable/environment.yml

76 lines
1.1 KiB
YAML
Raw Normal View History

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