Files
hummingbot-dashboard/environment.yml
2023-04-17 21:47:29 -03:00

15 lines
204 B
YAML

name: streamlit-apps
channels:
- conda-forge
dependencies:
- python=3.9
- sqlalchemy
- pip
- pip:
- ccxt
- streamlit
- watchdog
- plotly
- pycoingecko
- glom