add networkx to Pipfile

This commit is contained in:
Xevion
2020-04-18 06:26:31 -05:00
parent 370d611550
commit 4cad1d5091
2 changed files with 17 additions and 1 deletions

View File

@@ -7,6 +7,7 @@ verify_ssl = true
[packages]
arcade = "*"
networkx = "*"
[requires]
python_version = "3.7"