Add resolvematrix dependency

This commit is contained in:
2025-10-12 20:36:57 -04:00
parent 8a2bae706e
commit 357d3b7429
2 changed files with 1 additions and 1 deletions

View File

@@ -8,6 +8,7 @@ dependencies = [
"httpx (>=0.28.1,<0.29.0)",
"pynacl (>=1.6.0,<2.0.0)",
"flask[async] (>=3.1.2,<4.0.0)",
"resolvematrix @ git+https://foundry.fsky.io/vel/resolvematrix.git@dev",
]
authors = [

View File

@@ -14,7 +14,6 @@ async def process_management(**kwargs):
return jsonify({})
@telo.route("/_telodendria/admin/v1/privileges/<lp>", methods=["GET", "PUT", "POST", "DELETE"])
@telo.route("/_telodendria/admin/v1/privileges/", methods=["GET", "POST"])
async def privileges(lp=None):