Files
hummingbot-dashboard/environment_conda.yml
2023-05-03 20:55:27 -03:00

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