alerta-server: propagate cryptography

This commit is contained in:
Martin Weinelt 2022-10-10 21:51:23 +02:00
parent 294201004f
commit 6b7c0d59c0
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -14,6 +14,7 @@ python3.pkgs.buildPythonApplication rec {
propagatedBuildInputs = with python3.pkgs; [
bcrypt
blinker
cryptography
flask
flask-compress
flask-cors