Skip to content

Commit

Permalink
Revert to Django 1.10
Browse files Browse the repository at this point in the history
Updating to 1.11 brings in a bug with python-social-auth, downgrade again instead of dealing with it.
  • Loading branch information
sjwmoveon authored Nov 20, 2020
1 parent 72c7515 commit 2471202
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# sudo apt-get install build-essential libssl-dev libffi-dev python-dev libmysqlclient-dev postgresql-server-dev-all python3-openssl python3-dev
# if you don't have pip>=9, run pip install --upgrade pip

Django==1.11
Django==1.10
# Include https://github.com/tzangms/django-bootstrap-form/pull/88 fix. Can change to version number when version increments above 3.2.1
git+https://github.com/tzangms/django-bootstrap-form.git@5fff56f715bd9f2f29793f6a5a87baa1be25e409#egg=django-bootstrap-form
-e git+https://github.com/MoveOnOrg/huerta.git@master#egg=huerta
Expand Down

0 comments on commit 2471202

Please sign in to comment.