Files
hummingbot-dashboard/environment_conda.yml
2023-09-28 17:41:20 -03:00

32 lines
643 B
YAML

name: dashboard
channels:
- defaults
- conda-forge
dependencies:
- python=3.10
- sqlalchemy
- pydantic=1.9.*
- pip
- pip:
- hummingbot
- streamlit
- watchdog
- plotly
- pycoingecko
- glom
- defillama
- statsmodels
- pandas_ta==0.3.14b
- pyyaml
- commlib-py
- jupyter
- optuna
- optuna-dashboard
- pathlib
- streamlit-ace
- st-pages
- streamlit-elements==0.1.*
- streamlit-authenticator
- git+https://github.com/hummingbot/hbot-remote-client-py.git
- git+https://github.com/hummingbot/docker-manager.git