diff --git a/setup.py b/setup.py index 1beb545..97aaafd 100644 --- a/setup.py +++ b/setup.py @@ -1,12 +1,12 @@ from setuptools import find_packages, setup -version = '1.0.6' +version = '1.0.7' # When the project is installed by pip, this is the specification that is used to install its dependencies. install_requires = [ "djangorestframework>=3.7.7", "django>=2.2.1", - "PyJWT>=1.6.1", + "PyJWT==1.6.1", "requests>=2.20.0", "cryptography>=2.3", ]