aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
authorGravatar Matteo Bertucci <[email protected]>2019-12-16 08:56:39 +0000
committerGravatar Matteo Bertucci <[email protected]>2019-12-16 08:56:39 +0000
commitaeac7a75450f499a8e83ebea30e8c40bc84d648d (patch)
tree12461a1717802c7c2cdee70f426ca0bf55388426 /Pipfile
parentDelete toml and yaml (diff)
Install more-itertools and networkx
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Pipfile b/Pipfile
index d032477..b02d078 100644
--- a/Pipfile
+++ b/Pipfile
@@ -18,6 +18,8 @@ arrow = "*"
yarl = "*"
attrs = "*"
forbiddenfruit = "*"
+more-itertools = "*"
+networkx = "*"
[dev-packages]
coverage = ">= 4.4.2, == 4.*"