We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
rsa
1 parent cb16cfd commit de9998fCopy full SHA for de9998f
setup.py
@@ -36,6 +36,10 @@
36
"google-resumable-media >= 0.5.0, < 0.6dev",
37
"protobuf >= 3.6.0",
38
"six >=1.13.0,< 2.0.0dev",
39
+ # rsa >= 4.1 is not compatible with Python 2
40
+ # https://github.com/sybrenstuvel/python-rsa/issues/152
41
+ 'rsa <4.1; python_version < "3"',
42
+ 'rsa >=3.1.4, <5; python_version >= "3"',
43
]
44
extras = {
45
"bqstorage": [
0 commit comments