File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
packages/google-cloud-speech Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 5050
5151
5252REQUIREMENTS = [
53- 'google-cloud-core >= 0.20 .0' ,
53+ 'google-cloud-core >= 0.21 .0' ,
5454 'gapic-google-cloud-speech-v1beta1 >= 0.11.1, < 0.12.0' ,
5555]
5656
5757setup (
5858 name = 'google-cloud-speech' ,
59- version = '0.20.0dev ' ,
59+ version = '0.21.0 ' ,
6060 description = 'Python Client for Google Cloud Speech' ,
6161 long_description = README ,
6262 namespace_packages = [
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ envlist =
66localdeps =
77 pip install --quiet --upgrade {toxinidir}/../core
88deps =
9+ {toxinidir}/../core
910 pytest
1011covercmd =
1112 py.test --quiet \
@@ -16,7 +17,6 @@ covercmd =
1617
1718[testenv]
1819commands =
19- {[testing]localdeps}
2020 py.test --quiet {posargs} unit_tests
2121deps =
2222 {[testing]deps}
2525basepython =
2626 python2.7
2727commands =
28- {[testing]localdeps}
2928 {[testing]covercmd}
3029deps =
3130 {[testenv]deps}
You can’t perform that action at this time.
0 commit comments