mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-20 19:16:11 +00:00
remote-exec: pin pydantic_1
This commit is contained in:
parent
884a6324e2
commit
2a2b137e32
@ -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
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user