migrations-branch-fix
Inex Code 2022-01-11 08:47:31 +03:00
parent efa2aa1ca6
commit 18cdb6e105
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ let
src = builtins.fetchGit {
url = "https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git";
rev = "650032bdab5e7fa4556aaed5575a008c9d1db65d";
ref = "migrations-branch-fix";
};
propagatedBuildInputs = [ flask flask-restful setuptools portalocker flask-swagger flask-swagger-ui pytz pytest pytest-mock pytest-datadir huey gevent ];
meta = {