Repository: beam Updated Branches: refs/heads/master 5ae1a00a7 -> 00b789d9e
[BEAM-789] Review python sdk dependencies Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/2f8339a8 Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/2f8339a8 Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/2f8339a8 Branch: refs/heads/master Commit: 2f8339a83955f940324c47ffcb3c6eb65444d909 Parents: 5ae1a00 Author: Tibor Kiss <[email protected]> Authored: Fri Feb 24 17:43:23 2017 +0100 Committer: Ahmet Altay <[email protected]> Committed: Fri Feb 24 10:38:29 2017 -0800 ---------------------------------------------------------------------- sdks/python/setup.py | 2 -- 1 file changed, 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/beam/blob/2f8339a8/sdks/python/setup.py ---------------------------------------------------------------------- diff --git a/sdks/python/setup.py b/sdks/python/setup.py index bb2ad10..1a890c1 100644 --- a/sdks/python/setup.py +++ b/sdks/python/setup.py @@ -91,8 +91,6 @@ REQUIRED_PACKAGES = [ 'mock>=1.0.1,<3.0.0', 'oauth2client>=2.0.1,<4.0.0', 'protobuf==3.2.0', - 'protorpc>=0.9.1,<0.12', - 'python-gflags>=2.0,<4.0.0', 'pyyaml>=3.10,<4.0.0', ]
