23 lines
407 B
TOML
23 lines
407 B
TOML
|
[tool.poetry]
|
||
|
name = "arch-wiki-docs"
|
||
|
version = "0.1.0"
|
||
|
description = ""
|
||
|
authors = ["Sam <samual.shop@proton.me>"]
|
||
|
readme = "README.md"
|
||
|
package-mode = false
|
||
|
|
||
|
[virtualenvs]
|
||
|
in-project = true
|
||
|
|
||
|
[tool.poetry.dependencies]
|
||
|
python = "^3.11"
|
||
|
simplemediawiki = "1.2.0b2"
|
||
|
lxml = "^5.3.0"
|
||
|
cssselect = "^1.2.0"
|
||
|
requests = "^2.32.3"
|
||
|
|
||
|
|
||
|
[build-system]
|
||
|
requires = ["poetry-core"]
|
||
|
build-backend = "poetry.core.masonry.api"
|