File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -52,6 +52,8 @@ ipython==5.10.0;python_version<"3.5"
52
52
ipython == 6.5.0 ;python_version >= "3.5" and python_version<"3.6"
53
53
ipython == 7.16.1 ;python_version >= "3.6" and python_version<"3.7"
54
54
ipython == 7.18.1 ;python_version >= "3.7"
55
+ importlib-metadata == 1.7.0
56
+ virtualenv >= 20.0.31
55
57
colorama == 0.4.3
56
58
pymysql == 0.10.1
57
59
coverage == 5.3
@@ -61,7 +63,6 @@ boto==2.49.0
61
63
cffi == 1.14.3
62
64
zipp == 1.2.0 ;python_version < "3.6"
63
65
zipp == 3.2.0 ;python_version >= "3.6"
64
- importlib-metadata == 2.0.0
65
66
rich == 7.1.0 ;python_version >= "3.6" and python_version<"4.0"
66
67
flake8 == 3.7.9 ;python_version < "3.5"
67
68
flake8 == 3.8.3 ;python_version >= "3.5"
Original file line number Diff line number Diff line change 146
146
'ipython==6.5.0;python_version>="3.5" and python_version<"3.6"' ,
147
147
'ipython==7.16.1;python_version>="3.6" and python_version<"3.7"' ,
148
148
'ipython==7.18.1;python_version>="3.7"' ,
149
+ 'importlib-metadata==1.7.0' , # Must stay in sync with "virtualenv"
150
+ 'virtualenv>=20.0.31' , # Must stay in sync with "importlib-metadata"
149
151
'colorama==0.4.3' ,
150
152
'pymysql==0.10.1' ,
151
153
'coverage==5.3' ,
155
157
'cffi==1.14.3' ,
156
158
'zipp==1.2.0;python_version<"3.6"' ,
157
159
'zipp==3.2.0;python_version>="3.6"' ,
158
- 'importlib-metadata==2.0.0' ,
159
160
'rich==7.1.0;python_version>="3.6" and python_version<"4.0"' ,
160
161
'flake8==3.7.9;python_version<"3.5"' ,
161
162
'flake8==3.8.3;python_version>="3.5"' ,
You can’t perform that action at this time.
0 commit comments