Skip to content

Commit b41aa31

Browse files
committed
Update ipython dependency
1 parent ca5e396 commit b41aa31

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ pyopenssl==19.1.0
3939
pygments==2.5.2;python_version<"3.5"
4040
pygments==2.6.1;python_version>="3.5"
4141
ipython==5.10.0;python_version<"3.5"
42-
ipython==7.17.0;python_version>="3.5"
42+
ipython==6.5.0;python_version>="3.5" and python_version<"3.7"
43+
ipython==7.17.0;python_version>="3.7"
4344
colorama==0.4.3
4445
pymysql==0.10.0
4546
coverage==5.2.1

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,8 @@
131131
'pygments==2.5.2;python_version<"3.5"',
132132
'pygments==2.6.1;python_version>="3.5"',
133133
'ipython==5.10.0;python_version<"3.5"',
134-
'ipython==7.17.0;python_version>="3.5"',
134+
'ipython==6.5.0;python_version>="3.5" and python_version<"3.7"',
135+
'ipython==7.17.0;python_version>="3.7"',
135136
'colorama==0.4.3',
136137
'pymysql==0.10.0',
137138
'coverage==5.2.1',

0 commit comments

Comments
 (0)