Skip to content

Commit

Permalink
Added pyjwkest version dependency. Hope I got this right :-)
Browse files Browse the repository at this point in the history
  • Loading branch information
Roland Hedberg committed Nov 24, 2014
1 parent 0a20baf commit cd9e722
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def run_tests(self):
"License :: OSI Approved :: Apache Software License",
"Topic :: Software Development :: Libraries :: Python Modules"],
install_requires = ['requests', "pycrypto>=2.6.1", "cherrypy==3.2.4",
"mako", "pyjwkest>=5.1.0", "beaker", "alabaster",
"mako", "pyjwkest>=0.5.1", "beaker", "alabaster",
"importlib", "argparse", "pyOpenSSL"],
tests_require=['pytest'],
zip_safe=False,
Expand Down

0 comments on commit cd9e722

Please sign in to comment.