3
0
Fork 0
forked from mirrors/nixpkgs

remote-exec: pin pydantic_1

This commit is contained in:
natsukium 2023-11-25 19:11:42 +09:00 committed by Martin Weinelt
parent 884a6324e2
commit 2a2b137e32
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -3,7 +3,7 @@
, fetchFromGitHub
, buildPythonApplication
, click
, pydantic
, pydantic_1
, toml
, watchdog
, pytestCheckHook
@ -29,7 +29,7 @@ buildPythonApplication rec {
propagatedBuildInputs = [
click
pydantic
pydantic_1
toml
watchdog
];