We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce85cab commit 8d646ebCopy full SHA for 8d646eb
1 file changed
setup.py
@@ -39,7 +39,8 @@
39
"google-api-python-client >= 1.12.5",
40
"oauth2client >= 4.0.0",
41
"PyYAML >= 3.0",
42
- "pyOpenSSL >= 19.1.0",
+ # https://github.com/iterative/PyDrive2/issues/361
43
+ "pyOpenSSL >= 19.1.0, <=24.2.1",
44
],
45
extras_require={
46
"fsspec": [
0 commit comments