mirror of
https://github.com/aljazceru/hummingbot-dashboard.git
synced 2026-01-04 14:04:26 +01:00
17 lines
254 B
YAML
17 lines
254 B
YAML
name: dashboard
|
|
channels:
|
|
- conda-forge
|
|
dependencies:
|
|
- python=3.9
|
|
- sqlalchemy
|
|
- pip
|
|
- pip:
|
|
- ccxt
|
|
- streamlit
|
|
- watchdog
|
|
- plotly
|
|
- pycoingecko
|
|
- glom
|
|
- defillama
|
|
- statsmodels
|
|
- pandas_ta |