loconotion/pyproject.toml

25 lines
565 B
TOML
Raw Normal View History

2020-05-24 16:13:48 +00:00
[tool.poetry]
name = "loconotion"
version = "0.1.0"
2020-05-27 09:14:53 +00:00
description = "Turn Notion pages into lightweight, customizable static websites"
2020-05-24 16:13:48 +00:00
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"
2020-05-24 16:13:48 +00:00
[tool.poetry.dev-dependencies]
black = "^19.10b0"
pytest = "^7.1.1"
2020-05-24 16:13:48 +00:00
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"