diff --git a/entrypoint.sh b/entrypoint.sh index 66b9833..d7d077d 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -5,6 +5,9 @@ python manage.py migrate # python manage.py seed_images python manage.py collectstatic --noinput +pip uninstall jwt +pip uninstall PyJWT +pip install PyJWT # Seed Russian data (only runs once, skips if data exists) # python manage.py seed_corrections # python manage.py seed_russian_data diff --git a/requirements.txt b/requirements.txt index e8f3f41..f250300 100644 --- a/requirements.txt +++ b/requirements.txt @@ -124,7 +124,7 @@ geopy==2.3.0 geoip2==4.7.0 # firebase-admin==6.2.0 google-auth==2.6.0 -jwt +pyjwt https://yaghoubi:e07059e0ac6be3b0032ded5f65f03363fbd3811f@git.habibapp.com/NewHorizon/django-limitless-dashboard.git/archive/master.zip https://yaghoubi:e07059e0ac6be3b0032ded5f65f03363fbd3811f@git.habibapp.com/NewHorizon/ajax-datatable.git/archive/master.zip