From 6c55f041080328ada682f163820ff376be349778 Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Tue, 12 Nov 2024 13:19:13 -0500 Subject: [PATCH] Don't resolve unrelated packages from CMS pypi repo --- pdm.lock | 2 +- pyproject.toml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pdm.lock b/pdm.lock index 137d65f..a7879b4 100644 --- a/pdm.lock +++ b/pdm.lock @@ -5,7 +5,7 @@ groups = ["default", "debug", "dev", "lint", "server", "typing"] strategy = ["inherit_metadata"] lock_version = "4.5.0" -content_hash = "sha256:0305fe79652f9980b5dd33781905b2b972c4484fc8d67a269d3c5c35e887a046" +content_hash = "sha256:ea8e9330ea94202cc18c9f4a684cbb4ad33a5a1fac39abc57f564b279db1ee9d" [[metadata.targets]] requires_python = "==3.11.*" diff --git a/pyproject.toml b/pyproject.toml index 2669d9c..dab7ea6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -106,6 +106,7 @@ url = "https://git.claremontmakerspace.org/api/packages/CMS/pypi/simple" verify_ssl = true name = "CMS" include_packages = [ "openapi-client-udm" ] +exclude_packages = [ "*" ] [tool.pdm.scripts] start = "./manage.py runserver"