diff options
| author | 2019-12-16 08:56:39 +0000 | |
|---|---|---|
| committer | 2019-12-16 08:56:39 +0000 | |
| commit | aeac7a75450f499a8e83ebea30e8c40bc84d648d (patch) | |
| tree | 12461a1717802c7c2cdee70f426ca0bf55388426 /Pipfile | |
| parent | Delete toml and yaml (diff) | |
Install more-itertools and networkx
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.*" |