bench: relax hatchling dep version

This commit is contained in:
teutat3s 2024-09-19 12:14:07 +02:00
parent 92f2b0b478
commit c6cf41f94b
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1

View file

@ -34,7 +34,7 @@ buildPythonPackage rec {
format = "pyproject";
nativeBuildInputs = [ pythonRelaxDepsHook ];
pythonRelaxDeps = [ "jinja2" "python-crontab" "semantic-version" ];
pythonRelaxDeps = [ "jinja2" "python-crontab" "semantic-version" "hatchling" ];
buildInputs = [
hatchling