From 1fa2cbb07dc370030d02bb56fdc08387a45d67cb Mon Sep 17 00:00:00 2001 From: lhl Date: Tue, 14 Jan 2025 03:59:02 +0900 Subject: [PATCH] updates for getting selenium-wire working --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8273fb7..bb88a32 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "perfi" version = "0.1.0" description = "defi portfolio analytics" authors = [{ name = "Your Name", email = "you@example.com" }] -requires-python = ">=3.9,<3.13" +requires-python = ">=3.9,<3.12" license = "AGPL-3.0-or-later" dependencies = [ "cytoolz>=1.0.1,<2", @@ -57,6 +57,7 @@ dependencies = [ "devtools>=0.12.2,<0.13", "asttokens>=2.0.0,<3.0.0", "executing>=2.1.0,<3", + "blinker==1.7.0", # required by selenium-wire ] [dependency-groups]