You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by pa...@apache.org on 2018/05/16 04:57:21 UTC

[beam] branch master updated: Add a dependency on future.

This is an automated email from the ASF dual-hosted git repository.

pabloem pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new 6ca3a6f  Add a dependency on future.
6ca3a6f is described below

commit 6ca3a6fe0e8daeeed810bd8f43cb69ed319b7942
Author: tvalentyn <tv...@users.noreply.github.com>
AuthorDate: Tue May 15 17:23:16 2018 -0700

    Add a dependency on future.
---
 sdks/python/setup.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sdks/python/setup.py b/sdks/python/setup.py
index 280da0e..a61e321 100644
--- a/sdks/python/setup.py
+++ b/sdks/python/setup.py
@@ -111,6 +111,7 @@ REQUIRED_PACKAGES = [
     'six>=1.9,<1.12',
     'typing>=3.6.0,<3.7.0',
     'futures>=3.1.1,<4.0.0',
+    'future>=0.16.0,<1.0.0',
     ]
 
 REQUIRED_TEST_PACKAGES = [

-- 
To stop receiving notification emails like this one, please contact
pabloem@apache.org.