Skip to content

Commit

Permalink
New version that works with the refactored pyjwkest.
Browse files Browse the repository at this point in the history
  • Loading branch information
Roland Hedberg committed May 5, 2015
1 parent ab8587a commit 624d97e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def run_tests(self):

setup(
name="oic",
version="0.7.5",
version="0.7.6",
description="Python implementation of OAuth2 and OpenID Connect",
author="Roland Hedberg",
author_email="roland.hedberg@umu.se",
Expand All @@ -60,7 +60,7 @@ def run_tests(self):
'develop': ["cherrypy==3.2.4"],
},
install_requires=[
"requests", "pycrypto>=2.6.1", "pyjwkest>=0.6.2",
"requests", "pycrypto>=2.6.1", "pyjwkest>=1.0.1",
"mako", "beaker", "alabaster", "pyOpenSSL"] + extra_install_requires,
tests_require=['pytest', 'httpretty', 'requests'],
zip_safe=False,
Expand Down

0 comments on commit 624d97e

Please sign in to comment.