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.
1 parent 0d2a88d commit 08c12c5Copy full SHA for 08c12c5
setup.py
@@ -30,16 +30,10 @@
30
release_status = "Development Status :: 5 - Production/Stable"
31
dependencies = [
32
'enum34; python_version < "3.4"',
33
- "google-auth >= 1.9.0, < 2.0dev",
34
- "google-api-core >= 1.15.0, < 2.0dev",
+ "google-api-core >= 1.21.0, < 2.0dev",
35
"google-cloud-core >= 1.1.0, < 2.0dev",
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