[tool.poetry] name = "huak" version = "0.0.0" description = "Python bindings to huak libraries." authors = ["Chris Pryer "] [tool.poetry.dependencies] python = "^3.10" [tool.poetry.dev-dependencies] pytest = "^7.1.2" black = "^22.6.0" isort = "^5.10.1" flake8 = "^5.0.4" mypy = "^0.971" [build-system] requires = ["poetry-core>=1.0.0"] build-backend = "poetry.core.masonry.api"