diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..bb20881 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,18 @@ +[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"