File tree 6 files changed +7
-4
lines changed
6 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 51
51
52
52
REQUIREMENTS = [
53
53
'google-cloud-core >= 0.22.1, < 0.23dev' ,
54
- 'grpcio >= 1.0.0 , < 2.0dev' ,
54
+ 'grpcio >= 1.0.2 , < 2.0dev' ,
55
55
]
56
56
57
57
setup (
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ envlist =
4
4
5
5
[testing]
6
6
deps =
7
- grpcio
7
+ grpcio >= 1.0.2rc0
8
8
mock
9
9
pytest
10
10
covercmd =
Original file line number Diff line number Diff line change 51
51
52
52
REQUIREMENTS = [
53
53
'google-cloud-core >= 0.22.1, < 0.23dev' ,
54
- 'grpcio >= 1.0.0 , < 2.0dev' ,
54
+ 'grpcio >= 1.0.2 , < 2.0dev' ,
55
55
]
56
56
57
57
setup (
Original file line number Diff line number Diff line change 51
51
52
52
REQUIREMENTS = [
53
53
'google-cloud-core >= 0.22.1, < 0.23dev' ,
54
- 'gapic-google-cloud-logging-v2 >= 0.14.0, < 0.15dev' ,
54
+ 'grpcio >= 1.0.2, < 2.0dev' ,
55
+ 'gapic-google-cloud-logging-v2 >= 0.90.0, < 0.91dev' ,
55
56
]
56
57
57
58
setup (
Original file line number Diff line number Diff line change 51
51
52
52
REQUIREMENTS = [
53
53
'google-cloud-core >= 0.22.1, < 0.23dev' ,
54
+ 'grpcio >= 1.0.2, < 2.0dev' ,
54
55
'gapic-google-cloud-pubsub-v1 >= 0.14.0, < 0.15dev' ,
55
56
]
56
57
Original file line number Diff line number Diff line change 50
50
51
51
REQUIREMENTS = [
52
52
'google-cloud-core >= 0.22.1, < 0.23dev' ,
53
+ 'grpcio >= 1.0.2, < 2.0dev' ,
53
54
'gapic-google-cloud-speech-v1beta1 >= 0.14.0, < 0.15dev' ,
54
55
]
55
56
You can’t perform that action at this time.
0 commit comments