[project] name = "Octoprint Reservations" version = "0.1.0" 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" [tool.pdm] [[tool.pdm.source]] url = "https://pypi.org/simple" verify_ssl = true name = "pypi" [[tool.pdm.source]] url = "https://pypi.org/simple" verify_ssl = true name = "pypi" [tool.pdm.dev-dependencies] dev = [] [tool.black] [build-system] requires = ["pdm-pep517"] build-backend = "pdm.pep517.api"