updated environemnt.ylm

This commit is contained in:
sobeit2020 2021-01-24 17:06:40 +00:00 committed by GitHub
parent 9af89786ba
commit 2c2a33b2e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
- wheel
- numpy - numpy
- pandas - pandas
- pip
- aiohttp
- SQLAlchemy - SQLAlchemy
- python-telegram-bot
- arrow - arrow
- cachetools
- requests - requests
- urllib3 - urllib3
- wrapt - wrapt
- jsonschema - jsonschema
- TA-Lib
- tabulate - tabulate
- python-rapidjson - jinja2
- flask - blosc
- python-dotenv - sdnotify
- cachetools - fastapi
- python-telegram-bot - uvicorn
# Optional for plotting - pyjwt
- plotly - colorama
# Optional for hyperopt - questionary
- scipy - prompt-toolkit
- scikit-optimize
- scikit-learn
- filelock # ============================
- joblib # 2/4 req dev
# Optional for development
- coveralls
- flake8 - flake8
- mypy
- pytest - pytest
- pytest-mock
- pytest-asyncio - pytest-asyncio
- pytest-cov - pytest-cov
- coveralls - pytest-mock=
- mypy
# Useful for jupyter
- jupyter
- ipykernel
- isort - isort
- yapf - nbconvert
# ============================
# 3/4 req hyperopt
- scipy
- scikit-learn
- filelock
- scikit-optimize
- joblib
- progressbar2
# ============================
# 4/4 req plot
- plotly
- jupyter
- pip: - pip:
# Required for app
- cython
- pycoingecko - pycoingecko
- ccxt
- TA-Lib
- py_find_1st - py_find_1st
- sdnotify - tables
# Optional for develpment
- flake8-tidy-imports
- flake8-type-annotations
- pytest-random-order - pytest-random-order
- flake8-type-annotations
- ccxt
- flake8-tidy-imports
- -e . - -e .
# - python-rapidjso