Skip to content

Commit 724a007

Browse files
committed
Organize Python dependencies
1 parent d421a07 commit 724a007

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,9 +161,9 @@
161161
'pygments==2.7.4;python_version>="3.5"',
162162
'traitlets==4.3.3;python_version<"3.7"',
163163
'traitlets==5.0.5;python_version>="3.7"',
164-
'ipython==5.10.0;python_version<"3.5"',
165164
'prompt-toolkit==1.0.18;python_version<"3.6"',
166165
'prompt-toolkit==3.0.15;python_version>="3.6"',
166+
'ipython==5.10.0;python_version<"3.5"',
167167
'ipython==6.5.0;python_version>="3.5" and python_version<"3.6"',
168168
'ipython==7.16.1;python_version>="3.6" and python_version<"3.7"',
169169
'ipython==7.20.0;python_version>="3.7"',

0 commit comments

Comments
 (0)