rpa
This commit is contained in:
parent
e2276e0546
commit
d619127123
|
|
@ -31,6 +31,9 @@ dependencies = [
|
|||
"modal>=0.76.3",
|
||||
"python-dotenv>=1.1.0",
|
||||
"python-multipart>=0.0.20",
|
||||
"playwright>=1.52.0",
|
||||
"tenacity>=9.1.2",
|
||||
"python-ulid>=3.0.0",
|
||||
]
|
||||
classifiers = [
|
||||
"Programming Language :: Python :: 3",
|
||||
|
|
|
|||
|
|
@ -8,6 +8,14 @@ description = "基于Playwright处理抖音Web页面RPA"
|
|||
|
||||
requires-python = ">=3.11"
|
||||
dependencies = [
|
||||
"fastapi>=0.115.12",
|
||||
"loguru>=0.7.3",
|
||||
"playwright>=1.52.0"
|
||||
"modal>=1.0.1",
|
||||
"playwright>=1.52.0",
|
||||
"scalar-fastapi>=1.0.3",
|
||||
"tenacity>=9.1.2",
|
||||
"uvicorn>=0.34.2",
|
||||
"pydantic>=2.11.4",
|
||||
"aiohttp>=3.11.18",
|
||||
"python-ulid>=3.0.0",
|
||||
]
|
||||
|
|
|
|||
|
|
@ -1 +1,2 @@
|
|||
__version__: str = "0.1.2"
|
||||
# __version__: str = "0.1.2"
|
||||
__version__ = "0.1.2"
|
||||
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue