Skip to content

Commit 7ca2f04

Browse files
author
Roland Hedberg
committed
Missing requirement
1 parent 3187d94 commit 7ca2f04

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
# core dependencies
1111
'decorator',
1212
'requests >= 1.0.0',
13+
'future',
1314
'paste',
1415
'zope.interface',
1516
'repoze.who',

src/saml2/sigver.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,12 @@
1212
import logging
1313
import os
1414
import ssl
15+
import six
1516

1617
from time import mktime
1718
from binascii import hexlify
19+
1820
from future.backports.urllib.parse import urlencode
19-
import six
2021

2122
# from Crypto.PublicKey.RSA import importKey
2223
# from Crypto.Signature import PKCS1_v1_5

0 commit comments

Comments
 (0)