diff options
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.*"  |