Skip to content

Commit

Permalink
#193 chore: install social login after pip upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
zsinnema committed May 12, 2021
1 parent 5527955 commit ff3446a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ wheel==0.33.6
sentry-sdk==1.0.0
django-ckeditor==5.9.0
django-admin-sortable2==0.7.5
social-auth-app-django==4.0.0
# social-auth-app-django==4.0.0 # will be installed through install script install-backend
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ redis==2.10.6 # via celery
rest-framework-cache==0.1
sentry-sdk==1.0.0
six==1.12.0 # via autobahn, automat, django-extensions, pyhamcrest, python-dateutil, txaio
social-auth-app-django==4.0.0
twisted==18.9.0 # via daphne
txaio==18.8.1 # via autobahn
vine==1.3.0 # via amqp
Expand Down
2 changes: 2 additions & 0 deletions service/scripts/install-backend.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ fi

python -m pip install pip==9.0.3
pip install -r requirements.txt;
python3 -m pip install --upgrade pip
pip3 install social-auth-app-django==4.0.0
# pip uninstall -y sciunit
# pip install git+git://github.com/ddelpiano/[email protected]#egg=sciunit

Expand Down

0 comments on commit ff3446a

Please sign in to comment.