mirror of
https://codeberg.org/hyperreal/archive-fandom-wiki
synced 2024-11-01 16:43:07 +01:00
24 lines
502 B
TOML
24 lines
502 B
TOML
[tool.poetry]
|
|
name = "archive-fandom-wiki"
|
|
version = "0.1.0"
|
|
description = "Archive fandom wikis"
|
|
authors = ["Jeffrey Serio <hyperreal@fedoraproject.org>"]
|
|
license = "GPL-3.0"
|
|
readme = "README.md"
|
|
packages = [{include = "archive_fandom_wiki"}]
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.11"
|
|
requests = "^2.31.0"
|
|
bs4 = "^0.0.1"
|
|
rich = "^13.5.2"
|
|
|
|
|
|
[tool.poetry.group.dev.dependencies]
|
|
black = "^23.9.1"
|
|
isort = "^5.12.0"
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|