Skip to content

Commit

Permalink
Merge pull request googleapis#2743 from daspecster/change-version-spe…
Browse files Browse the repository at this point in the history
…cifier-for-core

Set core version compatible specifier to packages.
  • Loading branch information
daspecster authored Nov 22, 2016
2 parents 08143f1 + 85c4b38 commit 0f2b39a
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion bigquery/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@


REQUIREMENTS = [
'google-cloud-core >= 0.21.0',
'google-cloud-core >= 0.21.0, < 0.22dev',
]

setup(
Expand Down
2 changes: 1 addition & 1 deletion bigtable/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@


REQUIREMENTS = [
'google-cloud-core >= 0.21.0',
'google-cloud-core >= 0.21.0, < 0.22dev',
'grpcio >= 1.0.0, < 2.0dev',
]

Expand Down
2 changes: 1 addition & 1 deletion datastore/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@


REQUIREMENTS = [
'google-cloud-core >= 0.21.0',
'google-cloud-core >= 0.21.0, < 0.22dev',
'grpcio >= 1.0.0, < 2.0dev',
]

Expand Down
2 changes: 1 addition & 1 deletion dns/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@


REQUIREMENTS = [
'google-cloud-core >= 0.21.0',
'google-cloud-core >= 0.21.0, < 0.22dev',
]

setup(
Expand Down
2 changes: 1 addition & 1 deletion error_reporting/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@


REQUIREMENTS = [
'google-cloud-core >= 0.21.0',
'google-cloud-core >= 0.21.0, < 0.22dev',
'google-cloud-logging >= 0.21.0',
]

Expand Down
2 changes: 1 addition & 1 deletion language/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@


REQUIREMENTS = [
'google-cloud-core >= 0.21.0',
'google-cloud-core >= 0.21.0, < 0.22dev',
]

setup(
Expand Down
2 changes: 1 addition & 1 deletion logging/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@


REQUIREMENTS = [
'google-cloud-core >= 0.21.0',
'google-cloud-core >= 0.21.0, < 0.22dev',
'grpcio >= 1.0.0, < 2.0dev',
'google-gax >= 0.14.1, < 0.15dev',
'gapic-google-logging-v2 >= 0.10.1, < 0.11dev',
Expand Down
2 changes: 1 addition & 1 deletion monitoring/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@


REQUIREMENTS = [
'google-cloud-core >= 0.21.0',
'google-cloud-core >= 0.21.0, < 0.22dev',
]

setup(
Expand Down
2 changes: 1 addition & 1 deletion pubsub/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@


REQUIREMENTS = [
'google-cloud-core >= 0.21.0',
'google-cloud-core >= 0.21.0, < 0.22dev',
'grpcio >= 1.0.0, < 2.0dev',
'google-gax >= 0.14.1, < 0.15dev',
'gapic-google-pubsub-v1 >= 0.10.1, < 0.11dev',
Expand Down
2 changes: 1 addition & 1 deletion resource_manager/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@


REQUIREMENTS = [
'google-cloud-core >= 0.21.0',
'google-cloud-core >= 0.21.0, < 0.22dev',
]

setup(
Expand Down
2 changes: 1 addition & 1 deletion runtimeconfig/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@


REQUIREMENTS = [
'google-cloud-core >= 0.21.0',
'google-cloud-core >= 0.21.0, < 0.22dev',
]

setup(
Expand Down
2 changes: 1 addition & 1 deletion storage/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@


REQUIREMENTS = [
'google-cloud-core >= 0.21.0',
'google-cloud-core >= 0.21.0, < 0.22dev',
]

setup(
Expand Down
2 changes: 1 addition & 1 deletion translate/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@


REQUIREMENTS = [
'google-cloud-core >= 0.21.0',
'google-cloud-core >= 0.21.0, < 0.22dev',
]

setup(
Expand Down
2 changes: 1 addition & 1 deletion vision/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@


REQUIREMENTS = [
'google-cloud-core >= 0.21.0',
'google-cloud-core >= 0.21.0, < 0.22dev',
]

setup(
Expand Down

0 comments on commit 0f2b39a

Please sign in to comment.