mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39: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,
|
||||
lib,
|
||||
}:
|
||||
python3.pkgs.buildPythonApplication rec {
|
||||
python3.pkgs.buildPythonApplication {
|
||||
pname = "webtoon_downloader";
|
||||
version = "2.0.0";
|
||||
|
||||
|
|
@ -41,6 +41,7 @@ python3.pkgs.buildPythonApplication rec {
|
|||
"httpx"
|
||||
"lxml"
|
||||
"pillow"
|
||||
"rich"
|
||||
];
|
||||
|
||||
pythonImportsCheck = ["webtoon_downloader"];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue