mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
python312Packages.playwrightcapture: refactor
This commit is contained in:
parent
13be6bfcf7
commit
1b79305c94
@ -39,12 +39,12 @@ buildPythonPackage rec {
|
|||||||
"tzdata"
|
"tzdata"
|
||||||
];
|
];
|
||||||
|
|
||||||
nativeBuildInputs = [
|
build-system = [
|
||||||
poetry-core
|
poetry-core
|
||||||
pythonRelaxDepsHook
|
pythonRelaxDepsHook
|
||||||
];
|
];
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
dependencies = [
|
||||||
beautifulsoup4
|
beautifulsoup4
|
||||||
dateparser
|
dateparser
|
||||||
playwright
|
playwright
|
||||||
|
Loading…
Reference in New Issue
Block a user