Don't resolve unrelated packages from CMS pypi repo

This commit is contained in:
Adam Goldsmith 2024-11-12 13:19:13 -05:00
parent 95c8c883ce
commit 6c55f04108
2 changed files with 2 additions and 1 deletions

2
pdm.lock generated
View File

@ -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.*"

View File

@ -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"