From 7927f6507f26e23208b9243b9d2a6f539e37e82c Mon Sep 17 00:00:00 2001 From: Mark Liu Date: Tue, 7 Mar 2017 14:26:37 -0800 Subject: [PATCH] [BEAM-1646] Remove duplicated bigquery dependency --- sdks/python/setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/sdks/python/setup.py b/sdks/python/setup.py index cf210d9392a6..8b3e4687dfb4 100644 --- a/sdks/python/setup.py +++ b/sdks/python/setup.py @@ -87,7 +87,6 @@ def get_version(): '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',