commit | 4679219fc1b95bed7f63f6da3b4c0095d359db05 | [log] [tgz] |
---|---|---|
author | Anthonios Partheniou <partheniou@google.com> | Wed Sep 01 12:31:34 2021 -0400 |
committer | GitHub <noreply@github.com> | Wed Sep 01 12:31:34 2021 -0400 |
tree | b9bacf704c47a7292e1b148c6d045ce46a2183fe | |
parent | 01e31ca4ab7b3ca1f60112a02939d62cd27041c7 [diff] |
chore: remove obsolete dependency in setup.py (#269) Co-authored-by: Tres Seaver <tseaver@palladion.com>
diff --git a/setup.py b/setup.py index cade3d8..48c8979 100644 --- a/setup.py +++ b/setup.py
@@ -34,7 +34,6 @@ "google-auth >= 1.25.0, < 3.0dev", "requests >= 2.18.0, < 3.0.0dev", "setuptools >= 40.3.0", - 'futures >= 3.2.0; python_version < "3.2"', ] extras = { "grpc": "grpcio >= 1.33.2, < 2.0dev",