|
|
- [tool.poetry]
- name = "gbso"
- version = "0.1.0"
- description = ""
- authors = ["Forest Belton <65484+forestbelton@users.noreply.github.com>"]
-
- [tool.poetry.dependencies]
- python = "^3.9"
-
- [tool.poetry.dev-dependencies]
- pytest = "^5.2"
- mypy = "^0.910"
-
- [build-system]
- requires = ["poetry-core>=1.0.0"]
- build-backend = "poetry.core.masonry.api"
|