2022-11-11 03:38:01 +00:00
|
|
|
[tool.poetry]
|
|
|
|
name = "saucebrush"
|
|
|
|
version = "0.6.0"
|
|
|
|
description = ""
|
|
|
|
authors = ["James Turk <dev@jamesturk.net>"]
|
|
|
|
license = "MIT"
|
|
|
|
readme = "README.md"
|
|
|
|
|
|
|
|
[tool.poetry.dependencies]
|
|
|
|
python = "^3.10"
|
2022-11-11 03:51:51 +00:00
|
|
|
lxml = "^4.9.1"
|
|
|
|
cssselect = "^1.2.0"
|
2022-11-11 03:38:01 +00:00
|
|
|
|
|
|
|
|
|
|
|
[tool.poetry.group.dev.dependencies]
|
|
|
|
pytest = "^7.2.0"
|
|
|
|
flake8 = "^5.0.4"
|
|
|
|
black = "^22.10.0"
|
|
|
|
|
|
|
|
[build-system]
|
|
|
|
requires = ["poetry-core"]
|
|
|
|
build-backend = "poetry.core.masonry.api"
|