From 937bf0572e719ad0aaf7eb83ae445bc8f4067b26 Mon Sep 17 00:00:00 2001 From: foosinn Date: Thu, 4 Aug 2022 10:07:33 +0200 Subject: [PATCH] add memcache support to python --- roles/dev.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/roles/dev.nix b/roles/dev.nix index d1dd033..a2cb814 100644 --- a/roles/dev.nix +++ b/roles/dev.nix @@ -15,7 +15,12 @@ in { nodePackages.pyright (python39.withPackages - (python-packages: with python-packages; [ black pyyaml requests black ])) + (python-packages: with python-packages; [ + black + pymemcache + pyyaml + requests + ])) mariadb-client musl