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 @@ -98,6 +98,7 @@ pathlib2==2.3.5;python_version<"3.5"
98
98
importlib-metadata == 2.0.0 ;python_version < "3.5"
99
99
importlib-metadata == 2.1.1 ;python_version >= "3.5" and python_version<"3.6"
100
100
virtualenv >= 20.10.0
101
+ pycparser == 2.21
101
102
pymysql == 0.10.1 ;python_version < "3.6"
102
103
pymysql == 1.0.2 ;python_version >= "3.6"
103
104
pyotp == 2.6.0
@@ -107,7 +108,7 @@ toml==0.10.2
107
108
Pillow == 6.2.2 ;python_version < "3.5"
108
109
Pillow == 7.2.0 ;python_version >= "3.5" and python_version<"3.6"
109
110
Pillow == 8.4.0 ;python_version >= "3.6"
110
- rich == 10.12 .0 ;python_version >= "3.6" and python_version<"4.0"
111
+ rich == 10.13 .0 ;python_version >= "3.6" and python_version<"4.0"
111
112
tornado == 5.1.1 ;python_version < "3.5"
112
113
tornado == 6.1 ;python_version >= "3.5"
113
114
pdfminer.six == 20191110 ;python_version < "3.5"
Original file line number Diff line number Diff line change 214
214
'importlib-metadata==2.0.0;python_version<"3.5"' ,
215
215
'importlib-metadata==2.1.1;python_version>="3.5" and python_version<"3.6"' , # noqa: E501
216
216
"virtualenv>=20.10.0" , # Sync with importlib-metadata and pathlib2
217
+ "pycparser==2.21" ,
217
218
'pymysql==0.10.1;python_version<"3.6"' ,
218
219
'pymysql==1.0.2;python_version>="3.6"' ,
219
220
"pyotp==2.6.0" ,
223
224
'Pillow==6.2.2;python_version<"3.5"' ,
224
225
'Pillow==7.2.0;python_version>="3.5" and python_version<"3.6"' ,
225
226
'Pillow==8.4.0;python_version>="3.6"' ,
226
- 'rich==10.12 .0;python_version>="3.6" and python_version<"4.0"' ,
227
+ 'rich==10.13 .0;python_version>="3.6" and python_version<"4.0"' ,
227
228
'tornado==5.1.1;python_version<"3.5"' ,
228
229
'tornado==6.1;python_version>="3.5"' ,
229
230
'pdfminer.six==20191110;python_version<"3.5"' ,
You can’t perform that action at this time.
0 commit comments