diff options
| author | 2019-12-16 17:45:46 +0000 | |
|---|---|---|
| committer | 2019-12-16 17:45:46 +0000 | |
| commit | 6baeb251bec452aa3fc04390dce1085b46f5fa5d (patch) | |
| tree | 4f72351d6e1d7894f0d5dcf3002dc65b4e5bf4d8 /Pipfile | |
| parent | Install more-itertools and networkx (diff) | |
Install beautifulsoup4 pyyaml and toml
Diffstat (limited to 'Pipfile')
| -rw-r--r-- | Pipfile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -20,6 +20,9 @@ attrs = "*" forbiddenfruit = "*" more-itertools = "*" networkx = "*" +beautifulsoup4 = "*" +pyyaml = "*" +toml = "*" [dev-packages] coverage = ">= 4.4.2, == 4.*" |