srht: drop flask_login

This commit is contained in:
Edmund Wu
2019-12-29 20:06:23 -05:00
parent 9401dcc360
commit 1360a0303d
2 changed files with 4 additions and 15 deletions
@@ -1,6 +1,6 @@
{ stdenv, fetchgit, buildPythonPackage
, python
, srht, pyyaml, PyGithub, cryptography }:
, srht, pyyaml, PyGithub }:
buildPythonPackage rec {
pname = "dispatchsrht";
@@ -22,7 +22,6 @@ buildPythonPackage rec {
srht
pyyaml
PyGithub
cryptography
];
preBuild = ''