Don't resolve unrelated packages from CMS pypi repo
This commit is contained in:
parent
95c8c883ce
commit
6c55f04108
2
pdm.lock
generated
2
pdm.lock
generated
@ -5,7 +5,7 @@
|
|||||||
groups = ["default", "debug", "dev", "lint", "server", "typing"]
|
groups = ["default", "debug", "dev", "lint", "server", "typing"]
|
||||||
strategy = ["inherit_metadata"]
|
strategy = ["inherit_metadata"]
|
||||||
lock_version = "4.5.0"
|
lock_version = "4.5.0"
|
||||||
content_hash = "sha256:0305fe79652f9980b5dd33781905b2b972c4484fc8d67a269d3c5c35e887a046"
|
content_hash = "sha256:ea8e9330ea94202cc18c9f4a684cbb4ad33a5a1fac39abc57f564b279db1ee9d"
|
||||||
|
|
||||||
[[metadata.targets]]
|
[[metadata.targets]]
|
||||||
requires_python = "==3.11.*"
|
requires_python = "==3.11.*"
|
||||||
|
@ -106,6 +106,7 @@ url = "https://git.claremontmakerspace.org/api/packages/CMS/pypi/simple"
|
|||||||
verify_ssl = true
|
verify_ssl = true
|
||||||
name = "CMS"
|
name = "CMS"
|
||||||
include_packages = [ "openapi-client-udm" ]
|
include_packages = [ "openapi-client-udm" ]
|
||||||
|
exclude_packages = [ "*" ]
|
||||||
|
|
||||||
[tool.pdm.scripts]
|
[tool.pdm.scripts]
|
||||||
start = "./manage.py runserver"
|
start = "./manage.py runserver"
|
||||||
|
Loading…
Reference in New Issue
Block a user