We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3048589 + b82bdaf commit 49b517eCopy full SHA for 49b517e
.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