brainsteam.co.uk/bstools/pyproject.toml

27 lines
517 B
TOML

[tool.poetry]
name = "bstools"
version = "0.1.0"
description = ""
authors = ["James Ravenscroft <ravenscroftj@gmail.com>"]
license = "MIT"
[tool.poetry.dependencies]
python = "^3.7"
requests = "^2.26.0"
ujson = "^5.1.0"
click = "^8.0.3"
python-dotenv = "^0.19.2"
markdownify = "^0.11.6"
python-frontmatter = "^1.0.0"
beautifulsoup4 = "^4.12.3"
phpserialize = "^1.3"
html2image = "^2.0.4.3"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"