From 55939efb02e8709af37ae980b7ca07fdf9f5cdf9 Mon Sep 17 00:00:00 2001
From: Guilhem Saurel <guilhem.saurel@laas.fr>
Date: Wed, 26 Jun 2024 11:09:17 +0200
Subject: [PATCH] flake: httpx

---
 flake.nix | 1 +
 1 file changed, 1 insertion(+)

diff --git a/flake.nix b/flake.nix
index 87174cf..08504f7 100644
--- a/flake.nix
+++ b/flake.nix
@@ -32,6 +32,7 @@
               (python3.withPackages (
                 p: with p; [
                   beautifulsoup4
+                  httpx
                   ldap3
                   numpy
                   pandas
-- 
GitLab