python3Packages.pywebview: add bottle to dependencies

This commit is contained in:
Mats 2023-03-19 23:12:21 +01:00
parent 50f654de36
commit caf9151060

View File

@ -1,6 +1,7 @@
{ lib
, buildPythonPackage
, fetchFromGitHub
, bottle
, importlib-resources
, proxy_tools
, pygobject3
@ -32,6 +33,7 @@ buildPythonPackage rec {
];
propagatedBuildInputs = [
bottle
pyqtwebengine
proxy_tools
six