Skip to content

Commit a919a37

Browse files
committed
Refresh optional dependencies
1 parent 2b18b04 commit a919a37

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

setup.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -253,21 +253,23 @@
253253
# pip install -e .[ipdb]
254254
# (Not needed for debugging anymore. SeleniumBase now includes "pdbp".)
255255
"ipdb": [
256-
"ipdb==0.13.11",
256+
"ipdb==0.13.13",
257257
'ipython==7.16.3;python_version<"3.7"',
258258
'ipython==7.34.0;python_version>="3.7"',
259259
],
260260
# pip install -e .[pdfminer]
261+
# (An optional library for parsing PDF files.)
261262
"pdfminer": [
262263
'pdfminer.six==20211012;python_version<"3.7"',
263264
'pdfminer.six==20221105;python_version>="3.7"',
264265
'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"',
266267
"cffi==1.15.1",
267268
"pycparser==2.21",
268269

269270
],
270271
# pip install -e .[pillow]
272+
# (An optional library for image-processing.)
271273
"pillow": [
272274
'Pillow==8.4.0;python_version<"3.7"',
273275
'Pillow==9.5.0;python_version>="3.7" and python_version<"3.8"',

0 commit comments

Comments
 (0)