Skip to content

Commit 47e0663

Browse files
committed
Update Python dependencies
1 parent 598ac87 commit 47e0663

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

requirements.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
pip>=20.2
1+
pip>=20.2.1
22
packaging>=20.4
33
setuptools>=44.1.1;python_version<"3.5"
44
setuptools>=49.2.1;python_version>="3.5"
@@ -38,6 +38,8 @@ cryptography==3.0
3838
pyopenssl==19.1.0
3939
pygments==2.5.2;python_version<"3.5"
4040
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"
4143
colorama==0.4.3
4244
pymysql==0.10.0
4345
coverage==5.2.1

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
"Topic :: Utilities",
9191
],
9292
install_requires=[
93-
'pip>=20.2',
93+
'pip>=20.2.1',
9494
'packaging>=20.4',
9595
'setuptools>=44.1.1;python_version<"3.5"',
9696
'setuptools>=49.2.1;python_version>="3.5"',
@@ -130,6 +130,8 @@
130130
'pyopenssl==19.1.0',
131131
'pygments==2.5.2;python_version<"3.5"',
132132
'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"',
133135
'colorama==0.4.3',
134136
'pymysql==0.10.0',
135137
'coverage==5.2.1',

0 commit comments

Comments
 (0)