loconotion/pyproject.toml

25 lines
565 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"
pytest = "^7.1.1"
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"