Skip to content

Commit

Permalink
updates for getting selenium-wire working
Browse files Browse the repository at this point in the history
  • Loading branch information
lhl committed Jan 13, 2025
1 parent 5629155 commit 1fa2cbb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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]
Expand Down

0 comments on commit 1fa2cbb

Please sign in to comment.