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 @@ -39,7 +39,8 @@ 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
41
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"
43
44
colorama == 0.4.3
44
45
pymysql == 0.10.0
45
46
coverage == 5.2.1
Original file line number Diff line number Diff line change 131
131
'pygments==2.5.2;python_version<"3.5"' ,
132
132
'pygments==2.6.1;python_version>="3.5"' ,
133
133
'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"' ,
135
136
'colorama==0.4.3' ,
136
137
'pymysql==0.10.0' ,
137
138
'coverage==5.2.1' ,
You can’t perform that action at this time.
0 commit comments