initialize
This commit is contained in:
commit
c604f5e4de
6 changed files with 635 additions and 0 deletions
13
pyproject.toml
Normal file
13
pyproject.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
[project]
|
||||
name = "playwright-http-proxy"
|
||||
version = "0.1.0"
|
||||
description = "Add your description here"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.13"
|
||||
dependencies = [
|
||||
"argparse>=1.4.0",
|
||||
"flask>=3.1.1",
|
||||
"selenium>=4.34.2",
|
||||
"setuptools>=80.9.0",
|
||||
"undetected-chromedriver>=3.5.5",
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue