From 05bdc13fc46032057f1be74a91a83c055c047e03 Mon Sep 17 00:00:00 2001 From: DJ Gillespie Date: Wed, 17 Jul 2024 19:15:47 -0600 Subject: [PATCH] add wheel unpinned install to workaround django-allauth setuptools bug as documented here: https://github.com/actions/setup-python/issues/872 --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 7f70fa2..61364a5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,4 @@ +wheel asgiref==3.3.4 certifi==2020.12.5 cffi==1.14.5