aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
authorGravatar Matteo Bertucci <[email protected]>2019-12-16 17:45:46 +0000
committerGravatar Matteo Bertucci <[email protected]>2019-12-16 17:45:46 +0000
commit6baeb251bec452aa3fc04390dce1085b46f5fa5d (patch)
tree4f72351d6e1d7894f0d5dcf3002dc65b4e5bf4d8 /Pipfile
parentInstall more-itertools and networkx (diff)
Install beautifulsoup4 pyyaml and toml
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Pipfile b/Pipfile
index b02d078..201469f 100644
--- a/Pipfile
+++ b/Pipfile
@@ -20,6 +20,9 @@ attrs = "*"
forbiddenfruit = "*"
more-itertools = "*"
networkx = "*"
+beautifulsoup4 = "*"
+pyyaml = "*"
+toml = "*"
[dev-packages]
coverage = ">= 4.4.2, == 4.*"