[project] name = "octoprint_reservations" version = "0.1.2" description = "" authors = [{ name = "Adam Goldsmith", email = "adam@adamgoldsmith.name" }] license-expression = "MIT" dependencies = [ "google-api-python-client~=2.100", "google-auth-oauthlib~=1.1", "octorest~=0.4", "ruamel-yaml~=0.17", ] requires-python = ">=3.9" [project.scripts] octoreservations = "octoprint_reservations.main:main" [tool.pdm] [tool.pdm.dev-dependencies] dev = [] [tool.black] line-length = 88 [build-system] requires = ["pdm-backend"] build-backend = "pdm.backend"