From b9058991cc913a76163a109a6bae52048541a741 Mon Sep 17 00:00:00 2001
From: Philipp Kessling
Date: Thu, 18 Jan 2024 15:34:09 +0100
Subject: [PATCH] add networkx
---
Pipfile | 1 +
1 file changed, 1 insertion(+)
diff --git a/Pipfile b/Pipfile
index 5266288..2e02d63 100644
--- a/Pipfile
+++ b/Pipfile
@@ -7,6 +7,7 @@ name = "pypi"
tegracli = "*"
ipykernel = "*"
jupyter = "*"
+networkx = "*"
[dev-packages]