summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsetup.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 73154576..ab6947c9 100755
--- a/setup.py
+++ b/setup.py
@@ -17,7 +17,8 @@ install_requires = [
'pytz',
'pyOpenSSL',
'python-dateutil',
- 'six'
+ 'six',
+ 'future'
]
version = ''