We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ad0a5b8 + e8e91f7 commit b82bdafCopy full SHA for b82bdaf
1 file changed
.profile
@@ -0,0 +1,7 @@
1
+#!/bin/bash
2
+
3
+# This script is only used by Heroku during dyno startup.
4
+# It ensures setuptools is downgraded early to avoid install issues with legacy packages like django-allauth.
5
+# Local environments ignore this file.
6
7
+pip install "setuptools==65.5.1" --no-cache-dir --upgrade
0 commit comments