From 5568df0a43024e78edd140dee740f9a38ad3a838 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ma=C3=ABl=20Madon?= <mael.madon@irit.fr>
Date: Thu, 13 Apr 2023 23:23:25 +0200
Subject: [PATCH] add project dependancy in pyproject.toml file

---
 pyproject.toml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/pyproject.toml b/pyproject.toml
index 22233ec..526c670 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -17,5 +17,9 @@ classifiers = [
     "License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
 ]
 
+dependencies = [
+    "networkx",
+]
+
 [project.scripts]
 swf2userSessions = "swf2userSessions.swf2sessions:parse_from_cli"
\ No newline at end of file
-- 
GitLab