Commit 8ca28141 authored by Sarah Clark's avatar Sarah Clark
Browse files

python3Packages.atproto: allow cryptography 46

parent a8ae0941
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -29,7 +29,6 @@ buildPythonPackage rec {
  pname = "atproto";
  version = "0.0.62";
  format = "pyproject";
  disabled = pythonOlder "3.8";

  # use GitHub, pypi does not include tests
  src = fetchFromGitHub {
@@ -58,6 +57,7 @@ buildPythonPackage rec {
  ];

  pythonRelaxDeps = [
    "cryptography"
    "websockets"
  ];