diff options
Diffstat (limited to 'Pipfile')
| -rw-r--r-- | Pipfile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -18,6 +18,8 @@ arrow = "*" yarl = "*" attrs = "*" forbiddenfruit = "*" +more-itertools = "*" +networkx = "*" [dev-packages] coverage = ">= 4.4.2, == 4.*" |