1
0
mirror of https://github.com/ihabunek/toot.git synced 2024-06-16 06:15:25 +00:00

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

View File

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