From ce9a7cff5ede3522443062153acae7f790443ce8 Mon Sep 17 00:00:00 2001 From: Frost-Phoenix <67cyril6767@gmail.com> Date: Sat, 6 Jan 2024 17:54:07 +0100 Subject: [PATCH] add python package --- modules/home/package/python.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/modules/home/package/python.nix b/modules/home/package/python.nix index daaac9d..477fc13 100644 --- a/modules/home/package/python.nix +++ b/modules/home/package/python.nix @@ -7,12 +7,12 @@ shapely # github-email-explorer - jinja2 - markupsafe - python-http-client + # jinja2 + # markupsafe + # python-http-client requests - sendgrid - tabulate + # sendgrid + # tabulate ])) ]; }