From c84e04773ebca04b02a0e43f84db3ed7c62319e3 Mon Sep 17 00:00:00 2001 From: kbroughton Date: Mon, 8 Jan 2018 10:38:23 -0600 Subject: [PATCH] add requirement future to setup.py --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4961319..fdccf5b 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,8 @@ platforms='any', install_requires=[ 'django', - 'opentracing>=1.1,<1.2' + 'opentracing>=1.1,<1.2', + 'future', ], classifiers=[ 'Environment :: Web Environment',