initialize

This commit is contained in:
Sawyer 2025-07-23 01:06:26 -05:00
commit c604f5e4de
6 changed files with 635 additions and 0 deletions

13
pyproject.toml Normal file
View 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",
]