Skip to content

Commit 89fd35c

Browse files
author
Michael Davis
committed
Fix import error from future
1 parent 13fc47a commit 89fd35c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

jose/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
__version__ = "0.6.0"
2+
__version__ = "0.6.1"
33
__author__ = 'Michael Davis'
44
__license__ = 'MIT'
55
__copyright__ = 'Copyright 2016 Michael Davis'

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ def get_install_requires():
3333
crypto_lib,
3434
'six <2.0',
3535
'ecdsa <1.0',
36+
'future <1.0',
3637
]
3738

3839

0 commit comments

Comments
 (0)