Add setuptools to test requirements

Python 3.12 does not have setuptools installed by default.
This commit is contained in:
Ivan Habunek 2023-11-18 16:06:34 +01:00
parent b9f092c0e1
commit 7141d83c6f
No known key found for this signature in database
GPG Key ID: F5F0623FF5EBCB3D
1 changed files with 1 additions and 0 deletions

View File

@ -2,4 +2,5 @@ flake8
psycopg2-binary
pytest
pytest-xdist[psutil]
setuptools
vermin