We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98d89d6 commit 48c2121Copy full SHA for 48c2121
setup.py
@@ -17,8 +17,7 @@
17
'pytz',
18
'pyOpenSSL',
19
'python-dateutil',
20
- 'six',
21
- 'future'
+ 'six'
22
]
23
24
version = ''
tests/test_30_mdstore.py
@@ -2,8 +2,8 @@
2
# -*- coding: utf-8 -*-
3
import datetime
4
import re
5
-#from six.moves.urllib.parse import quote_plus
6
-from future.backports.urllib.parse import quote_plus
+from six.moves.urllib.parse import quote_plus
+#from future.backports.urllib.parse import quote_plus
7
from saml2.config import Config
8
from saml2.mdstore import MetadataStore
9
from saml2.mdstore import MetaDataMDX
0 commit comments