summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorRoland Hedberg <roland.hedberg@adm.umu.se>2015-06-25 15:21:19 +0200
committerRoland Hedberg <roland.hedberg@adm.umu.se>2015-06-25 15:21:19 +0200
commitb7f618bde5b24c6e0a6c1b40c3748af8b56defaf (patch)
treeb423d3dcc87c3b66ff727360c1f520d2e408264a /setup.py
parent00cdcad20a500a586a85646119e0d0ff1b1e94ac (diff)
downloadpysaml2-b7f618bde5b24c6e0a6c1b40c3748af8b56defaf.tar.gz
All tests now pass in 2.7 and 3.4 .
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/setup.py b/setup.py
index c5a28a7e..281e773c 100755
--- a/setup.py
+++ b/setup.py
@@ -45,12 +45,6 @@ tests_require = [
#'pytest-coverage',
]
-
-# only for Python 2.6
-if sys.version_info < (2, 7):
- install_requires.append('argparse')
- install_requires.append('importlib')
-
setup(
name='pysaml2',
version='3.0.0',