Skip to content

Commit

Permalink
Merge pull request #48 from ridi/lock-pyjwt-version
Browse files Browse the repository at this point in the history
Lock pyjwt version to 1.6.1
  • Loading branch information
Hoseong Son authored Jan 19, 2021
2 parents afb09c9 + 1340414 commit c7794fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -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",
]
Expand Down

0 comments on commit c7794fc

Please sign in to comment.