python312Packages.hishel: refactor

This commit is contained in:
Fabian Affolter 2024-03-27 08:52:09 +01:00 committed by GitHub
parent 47432c561d
commit c067e500c2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -29,12 +29,12 @@ buildPythonPackage rec {
hash = "sha256-vDzXrAGJUqG9+wOUWXeKLYraUrILJFAQXf60iCAHRPo=";
};
nativeBuildInputs = [
build-system = [
hatch-fancy-pypi-readme
hatchling
];
propagatedBuildInputs = [
dependencies = [
httpx
];