Skip to content

Commit

Permalink
Preparing for a release of all packages.
Browse files Browse the repository at this point in the history
Towards #2441.

- Updating umbrella README to point at all packages
- Putting upper bounds on grpcio in dependencies
- Putting lower bounds on all google-cloud-* packages
  listed as dependencies
- Adding `setup.cfg` for universal wheels
  • Loading branch information
dhermes committed Sep 27, 2016
1 parent 2c32025 commit 5c3bd7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google-cloud-speech/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@


REQUIREMENTS = [
'google-cloud-core',
'google-cloud-core >= 0.20.0',
]

setup(
Expand Down

0 comments on commit 5c3bd7c

Please sign in to comment.