Skip to content

Commit bb22094

Browse files
committed
Fix requirements conflicts with cryptography
1 parent ca0177e commit bb22094

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
Django>=1.8
22
djangorestframework>=3.2,<4.0
33
PyJWT>=1.4.0,<2.0.0
4-
cryptography>=1.4,<2.0
4+
cryptography>=2.0,<3.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def get_install_requires():
2626

2727
setup(
2828
name='djangorestframework-sso',
29-
version='0.0.9',
29+
version='0.0.10',
3030
packages=find_packages(exclude=['tests']),
3131
include_package_data=True,
3232
license='MIT License',

0 commit comments

Comments
 (0)