You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by al...@apache.org on 2017/03/08 22:25:18 UTC

[3/9] beam git commit: [BEAM-1646] Remove duplicated bigquery dependency

[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/730def77
Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/730def77
Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/730def77

Branch: refs/heads/release-0.6.0
Commit: 730def77ebf216295d953b13722f21185f674ccc
Parents: d525765
Author: Mark Liu <ma...@google.com>
Authored: Tue Mar 7 14:26:37 2017 -0800
Committer: Ahmet Altay <al...@google.com>
Committed: Wed Mar 8 13:39:21 2017 -0800

----------------------------------------------------------------------
 sdks/python/setup.py | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/beam/blob/730def77/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',