1
0
Fork 0

meta: Relax Playwright dependency version

Playright needs to be updated frequently in order to update its Firefox
build.  The Chase website has a very strict browser support policy, and
frequently drops support for old Firefox versions.
master
Dustin 2023-12-02 13:21:35 -06:00
parent 6999bd4ac5
commit 082a5fa4f9
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ classifiers = [
"Programming Language :: Python :: 3",
]
dependencies = [
"playwright~=1.32.1",
"playwright~=1.32",
"requests~=2.29.0",
]
dynamic = ["version"]