Repository: beam Updated Branches: refs/heads/master 4c3fce14c -> 0fa1d90c5
[BEAM-1646] Remove duplicated bigquery dependency Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/7927f650 Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/7927f650 Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/7927f650 Branch: refs/heads/master Commit: 7927f6507f26e23208b9243b9d2a6f539e37e82c Parents: 4c3fce1 Author: Mark Liu <[email protected]> Authored: Tue Mar 7 14:26:37 2017 -0800 Committer: Mark Liu <[email protected]> Committed: Tue Mar 7 14:26:37 2017 -0800 ---------------------------------------------------------------------- sdks/python/setup.py | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/beam/blob/7927f650/sdks/python/setup.py ---------------------------------------------------------------------- diff --git a/sdks/python/setup.py b/sdks/python/setup.py index cf210d9..8b3e468 100644 --- a/sdks/python/setup.py +++ b/sdks/python/setup.py @@ -87,7 +87,6 @@ REQUIRED_PACKAGES = [ 'avro>=1.7.7,<2.0.0', 'crcmod>=1.7,<2.0', 'dill==0.2.6', - 'google-cloud-bigquery>=0.22.1,<1.0.0', 'httplib2>=0.8,<0.10', 'mock>=1.0.1,<3.0.0', 'oauth2client>=2.0.1,<4.0.0',
