Update setup.py

This commit is contained in:
alichass 2020-03-11 06:22:52 -04:00
parent 231ccc04a3
commit 6dd2aea624

View File

@ -32,7 +32,7 @@ setup(
tests_require=[
'responses>=0.5.0',
'django-allauth>=0.25.0',
'djangorestframework-jwt>=1.9.0',
'djangorestframework-simplejwt>=4.4.0 ',
'coveralls>=1.11.1'
],
test_suite='runtests.runtests',