Skip to content

Commit 6de2f6c

Browse files
author
Michael Davis
committed
0.1.5
1 parent ba6422a commit 6de2f6c

File tree

2 files changed

+3
-10
lines changed

2 files changed

+3
-10
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.1.4"
2+
__version__ = "0.1.5"
33
__author__ = 'Michael Davis'
44
__license__ = 'MIT'
55
__copyright__ = 'Copyright 2015 Michael Davis'

setup.py

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,7 @@ def get_packages(package):
4343
'Topic :: Utilities',
4444
],
4545
install_requires=[
46-
'pycrypto >=2.6.0 <2.7.0',
47-
'six >=1.9.0 <1.10.0',
48-
],
49-
test_requires=[
50-
'pycrypto >=2.6.0 <2.7.0',
51-
'six >=1.9.0 <1.10.0',
52-
'pytest >=2.7.0'
53-
'pytest-cov >=1.8.0'
46+
'pycrypto >=2.6.0, <2.7.0',
47+
'six >=1.9.0, <1.10.0',
5448
]
55-
5649
)

0 commit comments

Comments
 (0)