diff --git a/setup.py b/setup.py index 3a9cca3..7813d88 100644 --- a/setup.py +++ b/setup.py @@ -11,6 +11,6 @@ #download_url = 'https://github.com/CoinLQ/jwt_auth/archive/master.zip', install_requires=[ 'djangorestframework-jwt==1.11.0', - 'djangorestframework==3.7.3', + 'djangorestframework==3.9.1', ], zip_safe=True)