(feat) create environment.yml

This commit is contained in:
cardosofede
2023-04-17 21:47:29 -03:00
parent eb8a0d14d2
commit eef82cdf93

14
environment.yml Normal file
View File

@@ -0,0 +1,14 @@
name: streamlit-apps
channels:
- conda-forge
dependencies:
- python=3.9
- sqlalchemy
- pip
- pip:
- ccxt
- streamlit
- watchdog
- plotly
- pycoingecko
- glom