aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthonios Partheniou <partheniou@google.com>2021-09-01 12:31:34 -0400
committerGitHub <noreply@github.com>2021-09-01 12:31:34 -0400
commit4679219fc1b95bed7f63f6da3b4c0095d359db05 (patch)
treeb9bacf704c47a7292e1b148c6d045ce46a2183fe
parent01e31ca4ab7b3ca1f60112a02939d62cd27041c7 (diff)
downloadpython-api-core-4679219fc1b95bed7f63f6da3b4c0095d359db05.tar.gz
chore: remove obsolete dependency in setup.py (#269)
Co-authored-by: Tres Seaver <tseaver@palladion.com>
-rw-r--r--setup.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index cade3d8..48c8979 100644
--- a/setup.py
+++ b/setup.py
@@ -34,7 +34,6 @@ dependencies = [
"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",