Skip to content

Commit

Permalink
Fix requirements conflicts with cryptography
Browse files Browse the repository at this point in the history
  • Loading branch information
lnagel committed May 17, 2018
1 parent ca0177e commit bb22094
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Django>=1.8
djangorestframework>=3.2,<4.0
PyJWT>=1.4.0,<2.0.0
cryptography>=1.4,<2.0
cryptography>=2.0,<3.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def get_install_requires():

setup(
name='djangorestframework-sso',
version='0.0.9',
version='0.0.10',
packages=find_packages(exclude=['tests']),
include_package_data=True,
license='MIT License',
Expand Down

0 comments on commit bb22094

Please sign in to comment.