updated environemnt.ylm
This commit is contained in:
parent
9af89786ba
commit
2c2a33b2e8
113
environment.yml
113
environment.yml
@ -1,60 +1,71 @@
|
|||||||
name: freqtrade
|
name: freqtrade
|
||||||
channels:
|
channels:
|
||||||
- defaults
|
# - defaults
|
||||||
- conda-forge
|
- conda-forge
|
||||||
dependencies:
|
dependencies:
|
||||||
# Required for app
|
# 1/4 req main
|
||||||
- python>=3.7
|
- python>=3.7
|
||||||
- pip
|
- numpy
|
||||||
- wheel
|
- pandas
|
||||||
- numpy
|
- pip
|
||||||
- pandas
|
|
||||||
- SQLAlchemy
|
- aiohttp
|
||||||
- arrow
|
- SQLAlchemy
|
||||||
- requests
|
- python-telegram-bot
|
||||||
- urllib3
|
- arrow
|
||||||
- wrapt
|
- cachetools
|
||||||
- jsonschema
|
- requests
|
||||||
- tabulate
|
- urllib3
|
||||||
- python-rapidjson
|
- wrapt
|
||||||
- flask
|
- jsonschema
|
||||||
- python-dotenv
|
|
||||||
- cachetools
|
|
||||||
- python-telegram-bot
|
|
||||||
# Optional for plotting
|
|
||||||
- plotly
|
|
||||||
# Optional for hyperopt
|
|
||||||
- scipy
|
|
||||||
- scikit-optimize
|
|
||||||
- scikit-learn
|
|
||||||
- filelock
|
|
||||||
- joblib
|
|
||||||
# Optional for development
|
|
||||||
- flake8
|
|
||||||
- pytest
|
|
||||||
- pytest-mock
|
|
||||||
- pytest-asyncio
|
|
||||||
- pytest-cov
|
|
||||||
- coveralls
|
|
||||||
- mypy
|
|
||||||
# Useful for jupyter
|
|
||||||
- jupyter
|
|
||||||
- ipykernel
|
|
||||||
- isort
|
|
||||||
- yapf
|
|
||||||
- pip:
|
|
||||||
# Required for app
|
|
||||||
- cython
|
|
||||||
- pycoingecko
|
|
||||||
- ccxt
|
|
||||||
- TA-Lib
|
- TA-Lib
|
||||||
- py_find_1st
|
- tabulate
|
||||||
|
- jinja2
|
||||||
|
- blosc
|
||||||
- sdnotify
|
- sdnotify
|
||||||
# Optional for develpment
|
- fastapi
|
||||||
- flake8-tidy-imports
|
- uvicorn
|
||||||
- flake8-type-annotations
|
- pyjwt
|
||||||
- pytest-random-order
|
- colorama
|
||||||
- -e .
|
- questionary
|
||||||
|
- prompt-toolkit
|
||||||
|
|
||||||
|
|
||||||
|
# ============================
|
||||||
|
# 2/4 req dev
|
||||||
|
|
||||||
|
- coveralls
|
||||||
|
- flake8
|
||||||
|
- mypy
|
||||||
|
- pytest
|
||||||
|
- pytest-asyncio
|
||||||
|
- pytest-cov
|
||||||
|
- pytest-mock=
|
||||||
|
- isort
|
||||||
|
- nbconvert
|
||||||
|
|
||||||
|
# ============================
|
||||||
|
# 3/4 req hyperopt
|
||||||
|
|
||||||
|
- scipy
|
||||||
|
- scikit-learn
|
||||||
|
- filelock
|
||||||
|
- scikit-optimize
|
||||||
|
- joblib
|
||||||
|
- progressbar2
|
||||||
|
# ============================
|
||||||
|
# 4/4 req plot
|
||||||
|
|
||||||
|
- plotly
|
||||||
|
- jupyter
|
||||||
|
|
||||||
|
- pip:
|
||||||
|
- pycoingecko
|
||||||
|
- py_find_1st
|
||||||
|
- tables
|
||||||
|
- pytest-random-order
|
||||||
|
- flake8-type-annotations
|
||||||
|
- ccxt
|
||||||
|
- flake8-tidy-imports
|
||||||
|
- -e .
|
||||||
|
# - python-rapidjso
|
||||||
|
Loading…
Reference in New Issue
Block a user