Skip to content

Commit

Permalink
Merge pull request #57 from johngian/fix-setup
Browse files Browse the repository at this point in the history
Fix dependencies in setup.py
  • Loading branch information
johngian committed Nov 22, 2016
2 parents c6a7df9 + 26e1eb6 commit 28cab17
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 @@ -42,7 +42,7 @@
'mozilla_django_oidc',
],
include_package_data=True,
install_requires=['Django>1.7', 'PyJWT', 'requests'],
install_requires=['Django>1.7', 'python-jose', 'requests'],
license='MPL 2.0',
zip_safe=False,
keywords='mozilla-django-oidc',
Expand Down

0 comments on commit 28cab17

Please sign in to comment.