From 27bb797932c1dcdc90e5af7caa29d1d6cad0c41f Mon Sep 17 00:00:00 2001 From: Mark Date: Thu, 18 Aug 2022 12:06:11 +0300 Subject: [PATCH] added environment.yml file --- environment.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 environment.yml 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