python310Packages.pip-tools: update format

This commit is contained in:
Fabian Affolter 2023-01-24 18:04:46 +01:00
parent ae66f57ac4
commit 18fc8858b7

View File

@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "pip-tools";
version = "6.12.1";
format = "setuptools";
format = "pyproject";
disabled = pythonOlder "3.7";