python313Packages.playwrightcapture: 1.31.7 -> 1.33.0, python313Packages.lacuscore: 1.16.6 -> 1.18.0 (#446667)
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
dnspython,
|
||||
eval-type-backport,
|
||||
fetchFromGitHub,
|
||||
orjson,
|
||||
playwrightcapture,
|
||||
poetry-core,
|
||||
pydantic,
|
||||
@@ -17,19 +18,19 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "lacuscore";
|
||||
version = "1.16.6";
|
||||
version = "1.18.0";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.9";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "ail-project";
|
||||
repo = "LacusCore";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-LcqGJU+wMKTF1E4asysQPcfURqmgc4WQompPpHEgjb8=";
|
||||
hash = "sha256-+K2zfUGhjQNGIxsh3YHYAH4G3mAoysdpMnscshwl7xI=";
|
||||
};
|
||||
|
||||
pythonRelaxDeps = [
|
||||
"dnspython"
|
||||
"orjson"
|
||||
"pydantic"
|
||||
"redis"
|
||||
"requests"
|
||||
@@ -40,6 +41,7 @@ buildPythonPackage rec {
|
||||
dependencies = [
|
||||
defang
|
||||
dnspython
|
||||
orjson
|
||||
playwrightcapture
|
||||
pydantic
|
||||
redis
|
||||
|
||||
@@ -1,20 +1,21 @@
|
||||
{
|
||||
lib,
|
||||
aiohttp,
|
||||
aiohttp-socks,
|
||||
aiohttp,
|
||||
beautifulsoup4,
|
||||
buildPythonPackage,
|
||||
dateparser,
|
||||
dnspython,
|
||||
fetchFromGitHub,
|
||||
orjson,
|
||||
playwright-stealth,
|
||||
playwright,
|
||||
poetry-core,
|
||||
puremagic,
|
||||
pydub,
|
||||
pythonOlder,
|
||||
pytz,
|
||||
requests,
|
||||
rfc3161-client,
|
||||
setuptools,
|
||||
speechrecognition,
|
||||
tzdata,
|
||||
@@ -23,22 +24,21 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "playwrightcapture";
|
||||
version = "1.31.7";
|
||||
version = "1.33.0";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.9";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "Lookyloo";
|
||||
repo = "PlaywrightCapture";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-+yVAqDbPuul9pZaEiABFVEmWbfq89SyCULHYRWpXKNc=";
|
||||
hash = "sha256-ivzyE5+wc9AcgfSLliQmc6wXtcaEYCOAJmwk+kHV0Gw=";
|
||||
};
|
||||
|
||||
pythonRelaxDeps = [
|
||||
"aiohttp"
|
||||
"aiohttp-socks"
|
||||
"beautifulsoup4"
|
||||
"orjson"
|
||||
"playwright"
|
||||
"setuptools"
|
||||
"tzdata"
|
||||
@@ -52,11 +52,13 @@ buildPythonPackage rec {
|
||||
beautifulsoup4
|
||||
dateparser
|
||||
dnspython
|
||||
orjson
|
||||
playwright
|
||||
playwright-stealth
|
||||
puremagic
|
||||
pytz
|
||||
requests
|
||||
rfc3161-client
|
||||
setuptools
|
||||
tzdata
|
||||
w3lib
|
||||
|
||||
Reference in New Issue
Block a user