diff --git a/dev/requirements.txt b/dev/requirements.txt index cff4473..c1c6be8 100644 --- a/dev/requirements.txt +++ b/dev/requirements.txt @@ -9,3 +9,4 @@ celery markdown psycopg2-binary social-auth-app-django +pyjwkest diff --git a/dev/run-internal.sh b/dev/run-internal.sh index 8ed63e6..688003e 100755 --- a/dev/run-internal.sh +++ b/dev/run-internal.sh @@ -18,6 +18,7 @@ if [[ ! -e $V ]] ; then cd $V source $V/bin/activate pip3 install -U -r /data/dev/requirements.txt + pip3 install --ignore-installed python-social-auth python3 ./manage.py migrate fi source $V/bin/activate