12 lines
252 B
TOML
12 lines
252 B
TOML
[project]
|
|
name = "zotero-paper-fetcher"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.13"
|
|
dependencies = [
|
|
"patchright>=1.58.2",
|
|
"playwright>=1.58.0",
|
|
"playwright-stealth>=2.0.2",
|
|
]
|