From 2b0fdc4487fbdc3dbb361d66ae25b112e931ee9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniele=20Vigan=C3=B2?= Date: Mon, 9 Oct 2023 23:16:06 +0200 Subject: [PATCH] Workaround for python 3.12 on Fedora 39 --- requirements.txt | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 25211d3..3717bce 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,5 +8,8 @@ django-countries django-health-check django-admin-sortable2 django-ckeditor -# psycopg2-binary -pySerial +# Optional: # psycopg2-binary +# Optional: # pySerial +# Required by django-countries and not always installed +# by default on modern venvs (like Python 3.12 on Fedora 39) +setuptools