diff --git a/environment.yml b/environment.yml new file mode 100644 index 0000000..b203dd2 --- /dev/null +++ b/environment.yml @@ -0,0 +1,19 @@ +name: marketTrade +channels: + - defaults +dependencies: + - python=3.10 + - scipy + - pandas + - numpy + - matplotlib + - plotly + - mplfinance + - requests-html + - nest-asyncio + - selenium + - requests + - beautifulsoup4 + - black + - jupyter +prefix: /home/parf/anaconda3/envs/marketTrade