python3Packages.atproto: allow cryptography 46 (#454387)
This commit is contained in:
@@ -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"
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user