Commit 2761911c authored by Robert Schütz's avatar Robert Schütz
Browse files

python3Packages.compliance-trestle: unpin cryptography

parent a91aea24
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -71,6 +71,10 @@ buildPythonPackage (finalAttrs: {
    hatchling
  ];

  pythonRelaxDeps = [
    "cryptography"
  ];

  dependencies = [
    attrs
    cmarkgfm