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 ba6422a commit 6de2f6cCopy full SHA for 6de2f6c
jose/__init__.py
@@ -1,5 +1,5 @@
1
2
-__version__ = "0.1.4"
+__version__ = "0.1.5"
3
__author__ = 'Michael Davis'
4
__license__ = 'MIT'
5
__copyright__ = 'Copyright 2015 Michael Davis'
setup.py
@@ -43,14 +43,7 @@ def get_packages(package):
43
'Topic :: Utilities',
44
],
45
install_requires=[
46
- 'pycrypto >=2.6.0 <2.7.0',
47
- 'six >=1.9.0 <1.10.0',
48
- ],
49
- test_requires=[
50
51
52
- 'pytest >=2.7.0'
53
- 'pytest-cov >=1.8.0'
+ 'pycrypto >=2.6.0, <2.7.0',
+ 'six >=1.9.0, <1.10.0',
54
]
55
-
56
)
0 commit comments