19 lines
393 B
TOML
19 lines
393 B
TOML
[project]
|
|
name = "cwbasetest"
|
|
version = "0.0.1"
|
|
description = "Tomfoolery abounds here"
|
|
authors = [
|
|
{name = "Brad Ganley",email = "bg10k@tuta.io"}
|
|
]
|
|
readme = "README.md"
|
|
requires-python = ">=3.13"
|
|
dependencies = [
|
|
"pyconnectwise (>=0.6.1.2,<0.7.0.0)",
|
|
"dotenv (>=0.9.9,<0.10.0)"
|
|
]
|
|
|
|
|
|
[build-system]
|
|
requires = ["poetry-core>=2.0.0,<3.0.0"]
|
|
build-backend = "poetry.core.masonry.api"
|