File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,6 @@ attrs>=21.2.0
13
13
PyYAML >= 6.0 ;python_version >= "3.6"
14
14
traitlets >= 4.3.3 ;python_version < "3.7"
15
15
traitlets >= 5.1.1 ;python_version >= "3.7"
16
- typing-extensions == 3.10.0.2 ;python_version < "3.8"
17
- typing-extensions >= 4.0.0 ;python_version >= "3.8"
18
16
certifi >= 2021.10.8
19
17
sortedcontainers == 2.4.0
20
18
six == 1.16.0
@@ -109,6 +107,7 @@ toml==0.10.2
109
107
Pillow == 6.2.2 ;python_version < "3.5"
110
108
Pillow == 7.2.0 ;python_version >= "3.5" and python_version<"3.6"
111
109
Pillow == 8.4.0 ;python_version >= "3.6"
110
+ typing-extensions == 3.10.0.2 ;python_version < "3.8"
112
111
rich == 10.13.0 ;python_version >= "3.6" and python_version<"4.0"
113
112
tornado == 5.1.1 ;python_version < "3.5"
114
113
tornado == 6.1 ;python_version >= "3.5"
Original file line number Diff line number Diff line change 129
129
'PyYAML>=6.0;python_version>="3.6"' ,
130
130
'traitlets>=4.3.3;python_version<"3.7"' ,
131
131
'traitlets>=5.1.1;python_version>="3.7"' ,
132
- 'typing-extensions==3.10.0.2;python_version<"3.8"' , # rich: Python<3.8
133
- 'typing-extensions>=4.0.0;python_version>="3.8"' ,
134
132
"certifi>=2021.10.8" ,
135
133
"sortedcontainers==2.4.0" ,
136
134
"six==1.16.0" ,
225
223
'Pillow==6.2.2;python_version<"3.5"' ,
226
224
'Pillow==7.2.0;python_version>="3.5" and python_version<"3.6"' ,
227
225
'Pillow==8.4.0;python_version>="3.6"' ,
226
+ 'typing-extensions==3.10.0.2;python_version<"3.8"' , # Sync with "rich"
228
227
'rich==10.13.0;python_version>="3.6" and python_version<"4.0"' ,
229
228
'tornado==5.1.1;python_version<"3.5"' ,
230
229
'tornado==6.1;python_version>="3.5"' ,
You can’t perform that action at this time.
0 commit comments