summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorRoland Hedberg <roland.hedberg@adm.umu.se>2015-11-19 14:56:08 +0100
committerRoland Hedberg <roland.hedberg@adm.umu.se>2015-11-19 14:56:08 +0100
commit48c21212aea9c35d8ee4fa7ce00fa5c3d3bc5694 (patch)
tree927f5663f22501f41dc15856e1c545e868aeeab1 /setup.py
parent98d89d685922f322a96dc936b8f798d052148070 (diff)
downloadpysaml2-48c21212aea9c35d8ee4fa7ce00fa5c3d3bc5694.tar.gz
Only six not future
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index ab6947c9..73154576 100755
--- a/setup.py
+++ b/setup.py
@@ -17,8 +17,7 @@ install_requires = [
'pytz',
'pyOpenSSL',
'python-dateutil',
- 'six',
- 'future'
+ 'six'
]
version = ''