diff --git a/pyproject.toml b/pyproject.toml index 95683a3..7907f26 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,15 +16,6 @@ requires-python = ">=3.9" octoreservations = "octoprint_reservations.main:main" [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 = []