mirror of
https://github.com/aljazceru/hummingbot-dashboard.git
synced 2026-01-01 20:44:25 +01:00
28 lines
550 B
YAML
28 lines
550 B
YAML
name: dashboard
|
|
channels:
|
|
- conda-forge
|
|
dependencies:
|
|
- python=3.9
|
|
- sqlalchemy
|
|
- pip
|
|
- pip:
|
|
- streamlit
|
|
- watchdog
|
|
- plotly
|
|
- pycoingecko
|
|
- glom
|
|
- defillama
|
|
- statsmodels
|
|
- pandas_ta
|
|
- pyyaml
|
|
- commlib-py
|
|
- jupyter
|
|
- optuna
|
|
- optuna-dashboard
|
|
- pathlib
|
|
- streamlit-ace
|
|
- st-pages
|
|
- streamlit-elements==0.1.*
|
|
- git+https://github.com/hummingbot/hbot-remote-client-py.git
|
|
- git+https://github.com/hummingbot/docker-manager.git
|