21 lines
434 B
TOML
21 lines
434 B
TOML
[tool.poetry]
|
|
name = "scrape-ob"
|
|
version = "0.1.0"
|
|
description = ""
|
|
authors = ["sneakers-the-rat <JLSaunders987@gmail.com>"]
|
|
license = "AGPL-3.0"
|
|
readme = "README.md"
|
|
packages = [{include = "scrape_ob"}]
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.9"
|
|
requests = "^2.28.1"
|
|
beautifulsoup4 = "^4.11.1"
|
|
lxml = "^4.9.1"
|
|
parse = "^1.19.0"
|
|
pypandoc = "^1.9"
|
|
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|