File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 253
253
# pip install -e .[ipdb]
254
254
# (Not needed for debugging anymore. SeleniumBase now includes "pdbp".)
255
255
"ipdb" : [
256
- "ipdb==0.13.11 " ,
256
+ "ipdb==0.13.13 " ,
257
257
'ipython==7.16.3;python_version<"3.7"' ,
258
258
'ipython==7.34.0;python_version>="3.7"' ,
259
259
],
260
260
# pip install -e .[pdfminer]
261
+ # (An optional library for parsing PDF files.)
261
262
"pdfminer" : [
262
263
'pdfminer.six==20211012;python_version<"3.7"' ,
263
264
'pdfminer.six==20221105;python_version>="3.7"' ,
264
265
'cryptography==36.0.2;python_version<"3.7"' ,
265
- 'cryptography==41.0.2 ;python_version>="3.7"' ,
266
+ 'cryptography==41.0.3 ;python_version>="3.7"' ,
266
267
"cffi==1.15.1" ,
267
268
"pycparser==2.21" ,
268
269
269
270
],
270
271
# pip install -e .[pillow]
272
+ # (An optional library for image-processing.)
271
273
"pillow" : [
272
274
'Pillow==8.4.0;python_version<"3.7"' ,
273
275
'Pillow==9.5.0;python_version>="3.7" and python_version<"3.8"' ,
You can’t perform that action at this time.
0 commit comments