File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 29
29
# 'Development Status :: 5 - Production/Stable'
30
30
release_status = 'Development Status :: 5 - Production/Stable'
31
31
dependencies = [
32
- 'googleapis-common-protos<2.0dev,>= 1.5.3,!= 1.5.4' ,
33
- 'protobuf>= 3.4.0' ,
34
- 'google-auth<2.0.0dev,>= 0.4.0' ,
35
- 'requests<3.0.0dev,>= 2.18.0' ,
36
- 'setuptools>= 34.0.0' ,
37
- 'six>= 1.10.0' ,
32
+ 'googleapis-common-protos >= 1.5.3, != 1.5.4, < 2.0dev ' ,
33
+ 'protobuf >= 3.4.0' ,
34
+ 'google-auth >= 0.4.0, < 2.0dev ' ,
35
+ 'requests >= 2.18.0, < 3.0.0dev ' ,
36
+ 'setuptools >= 34.0.0' ,
37
+ 'six >= 1.10.0' ,
38
38
'pytz' ,
39
- 'futures>= 3.2.0;python_version< "3.2"'
39
+ 'futures >= 3.2.0; python_version < "3.2"'
40
40
]
41
41
extras = {
42
- 'grpc' : 'grpcio>= 1.8.2' ,
43
- 'grpcio-gcp' : 'grpcio-gcp>= 0.2.2'
42
+ 'grpc' : 'grpcio >= 1.8.2' ,
43
+ 'grpcio-gcp' : 'grpcio-gcp >= 0.2.2'
44
44
}
45
45
46
46
You can’t perform that action at this time.
0 commit comments