File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
- pip >= 20.2
1
+ pip >= 20.2.1
2
2
packaging >= 20.4
3
3
setuptools >= 44.1.1 ;python_version < "3.5"
4
4
setuptools >= 49.2.1 ;python_version >= "3.5"
@@ -38,6 +38,8 @@ cryptography==3.0
38
38
pyopenssl == 19.1.0
39
39
pygments == 2.5.2 ;python_version < "3.5"
40
40
pygments == 2.6.1 ;python_version >= "3.5"
41
+ ipython == 5.10.0 ;python_version < "3.5"
42
+ ipython == 7.17.0 ;python_version >= "3.5"
41
43
colorama == 0.4.3
42
44
pymysql == 0.10.0
43
45
coverage == 5.2.1
Original file line number Diff line number Diff line change 90
90
"Topic :: Utilities" ,
91
91
],
92
92
install_requires = [
93
- 'pip>=20.2' ,
93
+ 'pip>=20.2.1 ' ,
94
94
'packaging>=20.4' ,
95
95
'setuptools>=44.1.1;python_version<"3.5"' ,
96
96
'setuptools>=49.2.1;python_version>="3.5"' ,
130
130
'pyopenssl==19.1.0' ,
131
131
'pygments==2.5.2;python_version<"3.5"' ,
132
132
'pygments==2.6.1;python_version>="3.5"' ,
133
+ 'ipython==5.10.0;python_version<"3.5"' ,
134
+ 'ipython==7.17.0;python_version>="3.5"' ,
133
135
'colorama==0.4.3' ,
134
136
'pymysql==0.10.0' ,
135
137
'coverage==5.2.1' ,
You can’t perform that action at this time.
0 commit comments