Skip to content

Commit f486461

Browse files
committed
Refresh optional Python dependencies
1 parent 0eece58 commit f486461

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,8 @@
232232
'pdfminer.six==20221105',
233233
'cryptography==39.0.2;python_version<"3.9"',
234234
'cryptography==41.0.4;python_version>="3.9"',
235-
"cffi==1.15.1",
235+
'cffi==1.15.1;python_version<"3.8"',
236+
'cffi==1.16.0;python_version>="3.8"',
236237
"pycparser==2.21",
237238

238239
],

0 commit comments

Comments
 (0)