Skip to content
Snippets Groups Projects
Commit 5568df0a authored by Maël Madon's avatar Maël Madon
Browse files

add project dependancy in pyproject.toml file

parent 177c4903
No related branches found
No related tags found
No related merge requests found
Pipeline #5530 failed
...@@ -17,5 +17,9 @@ classifiers = [ ...@@ -17,5 +17,9 @@ classifiers = [
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
] ]
dependencies = [
"networkx",
]
[project.scripts] [project.scripts]
swf2userSessions = "swf2userSessions.swf2sessions:parse_from_cli" swf2userSessions = "swf2userSessions.swf2sessions:parse_from_cli"
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment