Attempt to fix api freezing

rolling
Inex Code 2021-12-06 12:01:44 +03:00
parent f13f57a17d
commit 621715b0ee
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ let
version = "1.1";
src = builtins.fetchGit {
url = "https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git";
rev = "f68bd88a31d41320132b51d0be20127f23315102";
rev = "340b50bb0d79f7e7ac2477ea20af92951a23a5aa";
ref = "system-configuration";
};
propagatedBuildInputs = [ flask flask-restful setuptools portalocker flask-swagger flask-swagger-ui pytz pytest pytest-mock pytest huey gevent ];