singhjagpreet commited on
Commit
d48f07a
1 Parent(s): fac529d

deployment with AWS

Browse files
Files changed (1) hide show
  1. requirement.txt +8 -1
requirement.txt CHANGED
@@ -1,7 +1,9 @@
1
  appnope==0.1.3
2
  asttokens==2.4.0
3
  backcall==0.2.0
 
4
  catboost==1.2.1
 
5
  comm==0.1.4
6
  contourpy==1.1.0
7
  cycler==0.11.0
@@ -9,18 +11,22 @@ debugpy==1.6.7.post1
9
  decorator==5.1.1
10
  exceptiongroup==1.1.3
11
  executing==1.2.0
 
12
  fonttools==4.42.1
13
  graphviz==0.20.1
14
  ipykernel==6.25.2
15
  ipython==8.15.0
 
16
  jedi==0.19.0
 
17
  joblib==1.3.2
18
  jupyter_client==8.3.1
19
  jupyter_core==5.3.1
20
  kiwisolver==1.4.5
 
21
  matplotlib==3.7.2
22
  matplotlib-inline==0.1.6
23
- -e git+https://github.com/SinghJagpreet096/mlops@b7a4d5146929c485a98e014a495fd15b866a6528#egg=mlops
24
  nest-asyncio==1.5.7
25
  numpy==1.25.2
26
  packaging==23.1
@@ -51,4 +57,5 @@ tornado==6.3.3
51
  traitlets==5.9.0
52
  tzdata==2023.3
53
  wcwidth==0.2.6
 
54
  xgboost==1.7.6
 
1
  appnope==0.1.3
2
  asttokens==2.4.0
3
  backcall==0.2.0
4
+ blinker==1.6.2
5
  catboost==1.2.1
6
+ click==8.1.7
7
  comm==0.1.4
8
  contourpy==1.1.0
9
  cycler==0.11.0
 
11
  decorator==5.1.1
12
  exceptiongroup==1.1.3
13
  executing==1.2.0
14
+ Flask==2.3.3
15
  fonttools==4.42.1
16
  graphviz==0.20.1
17
  ipykernel==6.25.2
18
  ipython==8.15.0
19
+ itsdangerous==2.1.2
20
  jedi==0.19.0
21
+ Jinja2==3.1.2
22
  joblib==1.3.2
23
  jupyter_client==8.3.1
24
  jupyter_core==5.3.1
25
  kiwisolver==1.4.5
26
+ MarkupSafe==2.1.3
27
  matplotlib==3.7.2
28
  matplotlib-inline==0.1.6
29
+ -e git+https://github.com/SinghJagpreet096/mlops@fac529de7800f71738353948e8da4a6ba1c235c8#egg=mlops
30
  nest-asyncio==1.5.7
31
  numpy==1.25.2
32
  packaging==23.1
 
57
  traitlets==5.9.0
58
  tzdata==2023.3
59
  wcwidth==0.2.6
60
+ Werkzeug==2.3.7
61
  xgboost==1.7.6