File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -41,12 +41,12 @@ beautifulsoup4==4.9.1
41
41
cryptography == 3.0 ;python_version < "3.6"
42
42
cryptography == 3.1 ;python_version >= "3.6"
43
43
pyopenssl == 19.1.0
44
- prompt-toolkit == 1.0.18 ;python_version < "3.6.1"
45
- prompt-toolkit == 3.0.7 ;python_version >= "3.6.1"
46
44
pygments == 2.5.2 ;python_version < "3.5"
47
45
pygments == 2.6.1 ;python_version >= "3.5"
48
46
traitlets == 4.3.3 ;python_version < "3.7"
49
47
traitlets == 5.0.0 ;python_version >= "3.7"
48
+ prompt-toolkit == 1.0.18 ;python_version < "3.6"
49
+ prompt-toolkit == 3.0.7 ;python_version >= "3.6"
50
50
ipython == 5.10.0 ;python_version < "3.5"
51
51
ipython == 6.5.0 ;python_version >= "3.5" and python_version<"3.6"
52
52
ipython == 7.16.1 ;python_version >= "3.6" and python_version<"3.7"
Original file line number Diff line number Diff line change 133
133
'cryptography==3.0;python_version<"3.6"' ,
134
134
'cryptography==3.1;python_version>="3.6"' ,
135
135
'pyopenssl==19.1.0' ,
136
- 'prompt-toolkit==1.0.18;python_version<"3.6.1"' ,
137
- 'prompt-toolkit==3.0.7;python_version>="3.6.1"' ,
138
136
'pygments==2.5.2;python_version<"3.5"' ,
139
137
'pygments==2.6.1;python_version>="3.5"' ,
140
138
'traitlets==4.3.3;python_version<"3.7"' ,
141
139
'traitlets==5.0.0;python_version>="3.7"' ,
142
140
'ipython==5.10.0;python_version<"3.5"' ,
141
+ 'prompt-toolkit==1.0.18;python_version<"3.6"' ,
142
+ 'prompt-toolkit==3.0.7;python_version>="3.6"' ,
143
143
'ipython==6.5.0;python_version>="3.5" and python_version<"3.6"' ,
144
144
'ipython==7.16.1;python_version>="3.6" and python_version<"3.7"' ,
145
145
'ipython==7.18.1;python_version>="3.7"' ,
You can’t perform that action at this time.
0 commit comments