Updated REST API

pull/17/head
Illia Chub 2021-08-25 09:40:36 +03:00
parent dbb590aab4
commit f0383ee4b9
1 changed files with 1 additions and 1 deletions

View File

@ -671,7 +671,7 @@ let
version = "1.0";
src = builtins.fetchGit {
url = "https://git.selfprivacy.org/ilchub/selfprivacy-rest-api.git";
rev = "b9093f041b39f8c46e50084c3708f06148a01cee";
rev = "9ec897f519ee0da38486d69461314971c99e8686";
};
propagatedBuildInputs = [ flask flask-restful pandas ];
meta = {