You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ke...@apache.org on 2017/11/07 16:54:36 UTC

[20/50] [abbrv] beam git commit: [BEAM-3135] Adding futures dependency to python SDK

[BEAM-3135] Adding futures dependency to python SDK


Project: http://git-wip-us.apache.org/repos/asf/beam/repo
Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/f0b2b3c6
Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/f0b2b3c6
Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/f0b2b3c6

Branch: refs/heads/mr-runner
Commit: f0b2b3c6c45c03db9565e34683378b259281776f
Parents: 4925478
Author: Ankur Goenka <go...@goenka.svl.corp.google.com>
Authored: Wed Nov 1 16:27:52 2017 -0700
Committer: Ahmet Altay <al...@google.com>
Committed: Thu Nov 2 16:37:51 2017 -0700

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


http://git-wip-us.apache.org/repos/asf/beam/blob/f0b2b3c6/sdks/python/setup.py
----------------------------------------------------------------------
diff --git a/sdks/python/setup.py b/sdks/python/setup.py
index 16672cf..5852d15 100644
--- a/sdks/python/setup.py
+++ b/sdks/python/setup.py
@@ -108,6 +108,7 @@ REQUIRED_PACKAGES = [
     # TODO(BEAM-2964): Remove the upper bound.
     'six>=1.9,<1.11',
     'typing>=3.6.0,<3.7.0',
+    'futures>=3.1.1,<4.0.0',
     ]
 
 REQUIRED_SETUP_PACKAGES = [