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