禁漫天堂格式整理

This commit is contained in:
2025-02-07 18:24:05 +08:00
parent 30f71e1503
commit ed5ce2b9f0
10 changed files with 2851 additions and 0 deletions

22
pyproject.toml Normal file
View File

@@ -0,0 +1,22 @@
[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"