File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,10 @@ tomli>=1.2.2;python_version>="3.6"
12
12
wheel >= 0.37.0
13
13
attrs >= 21.2.0
14
14
PyYAML >= 6.0 ;python_version >= "3.6"
15
- sortedcontainers == 2.4.0
15
+ traitlets == 4.3.3 ;python_version < "3.7"
16
+ traitlets >= 5.1.1 ;python_version >= "3.7"
16
17
certifi >= 2021.10.8
18
+ sortedcontainers == 2.4.0
17
19
six == 1.16.0
18
20
nose == 1.3.7
19
21
sniffio ;python_version >= "3.7"
@@ -79,8 +81,6 @@ cryptography==3.4.8;python_version>="3.6" and python_version<"3.7"
79
81
cryptography == 35.0.0 ;python_version >= "3.7"
80
82
pygments == 2.5.2 ;python_version < "3.5"
81
83
pygments == 2.10.0 ;python_version >= "3.5"
82
- traitlets == 4.3.3 ;python_version < "3.7"
83
- traitlets == 5.1.1 ;python_version >= "3.7"
84
84
prompt-toolkit == 1.0.18 ;python_version < "3.5"
85
85
prompt-toolkit == 2.0.10 ;python_version >= "3.5" and python_version<"3.6.2"
86
86
prompt-toolkit == 3.0.22 ;python_version >= "3.6.2"
Original file line number Diff line number Diff line change 128
128
"wheel>=0.37.0" ,
129
129
"attrs>=21.2.0" ,
130
130
'PyYAML>=6.0;python_version>="3.6"' ,
131
- "sortedcontainers==2.4.0" ,
131
+ 'traitlets==4.3.3;python_version<"3.7"' ,
132
+ 'traitlets>=5.1.1;python_version>="3.7"' ,
132
133
"certifi>=2021.10.8" ,
134
+ "sortedcontainers==2.4.0" ,
133
135
"six==1.16.0" ,
134
136
"nose==1.3.7" ,
135
137
'sniffio;python_version>="3.7"' , # For "trio". (Funnier under "nose")
195
197
'cryptography==35.0.0;python_version>="3.7"' ,
196
198
'pygments==2.5.2;python_version<"3.5"' ,
197
199
'pygments==2.10.0;python_version>="3.5"' ,
198
- 'traitlets==4.3.3;python_version<"3.7"' ,
199
- 'traitlets==5.1.1;python_version>="3.7"' ,
200
200
'prompt-toolkit==1.0.18;python_version<"3.5"' ,
201
201
'prompt-toolkit==2.0.10;python_version>="3.5" and python_version<"3.6.2"' , # noqa: E501
202
202
'prompt-toolkit==3.0.22;python_version>="3.6.2"' ,
You can’t perform that action at this time.
0 commit comments