mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
parent
5475409cff
commit
a1e458784d
@ -2,6 +2,7 @@
|
||||
buildPythonApplication,
|
||||
fetchFromGitHub,
|
||||
poetry-core,
|
||||
pythonRelaxDepsHook,
|
||||
anchor-kr,
|
||||
anitopy,
|
||||
click,
|
||||
@ -30,8 +31,23 @@ buildPythonApplication {
|
||||
hash = "sha256-kn6vCCFhJNlruxoO+PTHVIwTf1E5j1aSdBhrFuGzUq4=";
|
||||
};
|
||||
|
||||
pythonRemoveDeps = [
|
||||
"comtypes" # windows only
|
||||
];
|
||||
pythonRelaxDeps = [
|
||||
"httpx"
|
||||
"lxml"
|
||||
"packaging"
|
||||
"pycryptodomex"
|
||||
"regex"
|
||||
"rich"
|
||||
"tqdm"
|
||||
"yarl"
|
||||
];
|
||||
|
||||
nativeBuildInputs = [
|
||||
poetry-core
|
||||
pythonRelaxDepsHook
|
||||
];
|
||||
propagatedBuildInputs = [
|
||||
anchor-kr
|
||||
|
Loading…
Reference in New Issue
Block a user