22 lines
413 B
TOML
22 lines
413 B
TOML
[tool.poetry]
|
|
name = "voonex"
|
|
version = "0.1.0"
|
|
description = ""
|
|
authors = ["Dustin C. Hatch <dustin@hatch.name>"]
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.10"
|
|
playwright = "^1.20.1"
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
black = "^22.3.0"
|
|
flake8 = "^4.0.1"
|
|
isort = "^5.10.1"
|
|
mypy = "^0.942"
|
|
pylint = "^2.13.2"
|
|
rope = "^0.23.0"
|
|
|
|
[build-system]
|
|
requires = ["poetry-core>=1.0.0"]
|
|
build-backend = "poetry.core.masonry.api"
|