Skip to content

Commit ed41d80

Browse files
authored
Merge pull request #817 from mozilla/heroku-django-allauth
Bump django-allauth to 0.54.0 to fix Heroku deploy issue with newer setuptools
2 parents b82bdaf + 49b517e commit ed41d80

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
boto3
22
dj-database-url
33
django-ajax-selects==1.9.1
4-
django-allauth==0.48.0
4+
django-allauth>=0.54.0
55
django-cors-headers
66
django-debug-toolbar
77
django-environ

requirements.txt

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
#
2-
# This file is autogenerated by pip-compile with python 3.9
3-
# To update, run:
2+
# This file is autogenerated by pip-compile with Python 3.9
3+
# by the following command:
44
#
5-
# pip-compile
5+
# pip-compile requirements.in
66
#
7-
87
# The two lines below are needed for Heroku compatibility.
98
# `setuptools==65.5.1` ensures compatibility with legacy packages like django-allauth,
109
# and `wheel` is needed for building packages from source.
@@ -42,7 +41,7 @@ django==2.2.13
4241
# djangorestframework
4342
django-ajax-selects==1.9.1
4443
# via -r requirements.in
45-
django-allauth==0.48.0
44+
django-allauth==0.54.0
4645
# via -r requirements.in
4746
django-cors-headers==3.4.0
4847
# via -r requirements.in

0 commit comments

Comments
 (0)