commit | 9623e823428b18338a6178baeb1a8bdff0efc32f | [log] [tgz] |
---|---|---|
author | Danny Hermes <daniel.j.hermes@gmail.com> | Mon Dec 04 11:06:04 2017 -0800 |
committer | GitHub <noreply@github.com> | Mon Dec 04 11:06:04 2017 -0800 |
tree | 6179e89ad6d3f5f552051eba0ccee222ba9c6a0d | |
parent | 06b7c45370e94ef322ed13793d5e991432ab53ad [diff] |
Requiring latest release of concurrent futures backport. (#4521) See: https://github.com/agronholm/pythonfutures/issues/63
diff --git a/setup.py b/setup.py index d44abf4..567f578 100644 --- a/setup.py +++ b/setup.py
@@ -62,7 +62,7 @@ ] EXTRAS_REQUIREMENTS = { - ':python_version<"3.2"': ['futures >= 3.0.0'], + ':python_version<"3.2"': ['futures >= 3.2.0'], 'grpc': ['grpcio >= 1.7.0'], }