File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
- pip install pip==20.*
2
- pip install -r requirements-predeploy.txt # Now, we can install them
1
+ pip install pip==20.2.3
2
+ pip install -r requirements-predeploy.txt
3
3
python predeploy.py
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ argon2-cffi==20.1.0
4
4
async-generator==1.10
5
5
attrs==20.3.0
6
6
backcall==0.2.0
7
- beautifulsoup4
7
+ beautifulsoup4==4.9.3
8
8
billiard==3.6.3.0
9
9
bleach==3.2.1
10
10
Brotli==1.0.9
@@ -58,7 +58,7 @@ jupyterlab-widgets==1.0.0
58
58
kiwisolver==1.3.1
59
59
kombu==5.0.2
60
60
korean-lunar-calendar==0.2.1
61
- lxml==3.*
61
+ lxml==4.6.2
62
62
MarkupSafe==1.1.1
63
63
matplotlib==3.3.4
64
64
mistune==0.8.4
@@ -86,7 +86,7 @@ Pygments==2.7.3
86
86
pyiso==0.4.0
87
87
PyMeeus==0.3.7
88
88
pyparsing==2.4.7
89
- pyproj==3.*
89
+ pyproj==3.0.0.post1
90
90
pyrsistent==0.17.3
91
91
python-dateutil==2.8.1
92
92
pytz==2019.3
@@ -117,4 +117,4 @@ Werkzeug==1.0.1
117
117
widgetsnbextension==3.5.1
118
118
xgboost==1.3.1
119
119
xlrd==2.0.1
120
- zipp==3.4.0
120
+ zipp==3.4.0
You can’t perform that action at this time.
0 commit comments