This repository has been archived on 2022-04-30. You can view files and clone it, but cannot push or open issues/pull-requests.
voonex/pyproject.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"