Skip to content

Commit

Permalink
Fix import error from future
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Davis committed Mar 2, 2016
1 parent 13fc47a commit 89fd35c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion jose/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

__version__ = "0.6.0"
__version__ = "0.6.1"
__author__ = 'Michael Davis'
__license__ = 'MIT'
__copyright__ = 'Copyright 2016 Michael Davis'
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ def get_install_requires():
crypto_lib,
'six <2.0',
'ecdsa <1.0',
'future <1.0',
]


Expand Down

0 comments on commit 89fd35c

Please sign in to comment.