[tool.poetry] name = "voonex" version = "0.1.0" description = "" authors = ["Dustin C. Hatch "] [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"