From c706164546c12e367ec3332a1b19306aa951eb60 Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Fri, 22 Sep 2023 15:41:49 -0400 Subject: [PATCH] Remove unnecessary pdm sources --- pyproject.toml | 9 --------- 1 file changed, 9 deletions(-) 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 = []