[tool.poetry]
name = "pp-1260-query-comparison"
version = "0.1.0"
description = "Comparison script for orchardLabels and orchardLabelSearch with accountsxPP"
authors = ["Kath kturner1@sonymusic-pde.com"]
readme = "README.md"
package-mode = false

[tool.poetry.dependencies]
python = "^3.8"
python-dotenv = "^1.0.0"

[tool.poetry.group.dev.dependencies]

[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
