cgt-calc: comment about defusedxml relaxation

This commit is contained in:
Doron Behar
2026-03-04 11:22:26 +02:00
parent 7dba013c58
commit 6fca21c312
+2
View File
@@ -27,6 +27,8 @@ python3Packages.buildPythonApplication (finalAttrs: {
];
pythonRelaxDeps = [
# The built wheel holds an upper bound requirement for the version of this
# dependenceis, while pyproject.toml doesn't.
"defusedxml"
];