23 lines
510 B
TOML
23 lines
510 B
TOML
[project]
|
|
name = "moresex"
|
|
version = "0.1.0"
|
|
description = ""
|
|
authors = [
|
|
{name = "lanyuanxiaoyao",email = "lanyuanxiaoyao@gmail.com"}
|
|
]
|
|
readme = "README.md"
|
|
requires-python = ">=3.13"
|
|
dependencies = [
|
|
"requests (>=2.32.3,<3.0.0)",
|
|
"beautifulsoup4 (>=4.13.3,<5.0.0)",
|
|
"lxml (>=5.3.0,<6.0.0)",
|
|
"selenium (>=4.28.1,<5.0.0)",
|
|
"requests (>=2.32.3,<3.0.0)",
|
|
"jupyter (>=1.1.1,<2.0.0)"
|
|
]
|
|
|
|
|
|
[build-system]
|
|
requires = ["poetry-core>=2.0.0,<3.0.0"]
|
|
build-backend = "poetry.core.masonry.api"
|