python312Packages.prisma: refactor

This commit is contained in:
Fabian Affolter 2024-03-22 15:45:21 +01:00 committed by GitHub
parent 46decb5d23
commit e3406e2acd
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,11 +29,11 @@ buildPythonPackage rec {
hash = "sha256-j9HJZTt4VTq29Q+nynYmRWKx02GVdyA+iZzxZwspXn8=";
};
nativeBuildInputs = [
build-system = [
setuptools
];
propagatedBuildInputs = [
dependencies = [
click
httpx
jinja2