mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
packages/webtoon_downloader: update relax deps
This commit is contained in:
parent
b9639eb49c
commit
24761de902
1 changed files with 2 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
lib,
|
lib,
|
||||||
}:
|
}:
|
||||||
python3.pkgs.buildPythonApplication rec {
|
python3.pkgs.buildPythonApplication {
|
||||||
pname = "webtoon_downloader";
|
pname = "webtoon_downloader";
|
||||||
version = "2.0.0";
|
version = "2.0.0";
|
||||||
|
|
||||||
|
|
@ -41,6 +41,7 @@ python3.pkgs.buildPythonApplication rec {
|
||||||
"httpx"
|
"httpx"
|
||||||
"lxml"
|
"lxml"
|
||||||
"pillow"
|
"pillow"
|
||||||
|
"rich"
|
||||||
];
|
];
|
||||||
|
|
||||||
pythonImportsCheck = ["webtoon_downloader"];
|
pythonImportsCheck = ["webtoon_downloader"];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue