redis-experiments

redis-experiments
inexcode 2022-10-24 03:59:03 +03:00
parent c6c151faec
commit dfc34bbdba
1 changed files with 4 additions and 1 deletions

View File

@ -22,13 +22,15 @@ let
, psutil , psutil
, fastapi , fastapi
, uvicorn , uvicorn
, redis
}: }:
pythonPkgs.buildPythonApplication rec { pythonPkgs.buildPythonApplication rec {
pname = "selfprivacy-graphql-api"; pname = "selfprivacy-graphql-api";
version = "2.0.9"; version = "2.0.9";
src = builtins.fetchGit { src = builtins.fetchGit {
url = "https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git"; url = "https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git";
rev = "0a09a338b850704f221bd9b451519290584ef209"; rev = "3ba94e02da1db516aecb9d1ab77cb76c74b8e127";
ref = "redis-experiments";
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [
setuptools setuptools
@ -46,6 +48,7 @@ let
psutil psutil
fastapi fastapi
uvicorn uvicorn
redis
]; ];
meta = { meta = {
description = '' description = ''