loconotion/pyproject.toml
Martynas Mickevičius 4b4c7158d1
Change to html5lib parser
This parser keeps the whitespace characters in `span` elements which
fixes code block rendering.
2022-03-29 22:09:16 +03:00

24 lines
547 B
TOML

[tool.poetry]
name = "loconotion"
version = "0.1.0"
description = "Turn Notion pages into lightweight, customizable static websites"
authors = ["Leonardo Cavaletti <impeto.blu@gmail.com>"]
[tool.poetry.dependencies]
python = "^3.7"
beautifulsoup4 = "^4.9.1"
chromedriver-autoinstaller = "^0.2.0"
colorama = "^0.4.3"
cssutils = "^1.0.2"
requests = "^2.23.0"
selenium = "^3.141.0"
toml = "^0.10.1"
html5lib = "^1.1"
[tool.poetry.dev-dependencies]
black = "^19.10b0"
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"