Updated REST API

development
Illia Chub 2021-09-14 17:36:17 +03:00
parent 1740279675
commit 008baea886
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 = "1aa0a46267eb4191f87c48f2bebe3137e955aecd";
rev = "e4267aba180ad078868ad9e0f7f4fd7c944576d6";
};
propagatedBuildInputs = [ flask flask-restful pandas ];
meta = {