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