File tree Expand file tree Collapse file tree 2 files changed +5
-8
lines changed
Expand file tree Collapse file tree 2 files changed +5
-8
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 55# pip-compile
66#
77
8- # Required on Heroku to prevent build failures with legacy packages like django-allauth
9- # Ensures build dependencies (e.g. setuptools, wheel) are installed before other packages
10- -r build-requirements.txt
8+ # The two lines below are needed for Heroku compatibility.
9+ # `setuptools==65.5.1` ensures compatibility with legacy packages like django-allauth,
10+ # and `wheel` is needed for building packages from source.
11+ setuptools == 65.5.1
12+ wheel
1113
1214boto3 == 1.16.26
1315 # via -r requirements.in
@@ -161,6 +163,3 @@ urllib3==1.25.9
161163 # requests
162164whitenoise == 5.2.0
163165 # via -r requirements.in
164-
165- # The following packages are considered to be unsafe in a requirements file:
166- # setuptools
You can’t perform that action at this time.
0 commit comments