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 ca0177e commit bb22094Copy full SHA for bb22094
requirements.txt
@@ -1,4 +1,4 @@
1
Django>=1.8
2
djangorestframework>=3.2,<4.0
3
PyJWT>=1.4.0,<2.0.0
4
-cryptography>=1.4,<2.0
+cryptography>=2.0,<3.0
setup.py
@@ -26,7 +26,7 @@ def get_install_requires():
26
27
setup(
28
name='djangorestframework-sso',
29
- version='0.0.9',
+ version='0.0.10',
30
packages=find_packages(exclude=['tests']),
31
include_package_data=True,
32
license='MIT License',
0 commit comments