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"

View File

@@ -1,7 +1,7 @@
{
"_meta": {
"hash": {
"sha256": "1fb84d532de970edcad0c15ce698c5001fe4d2b12694ae35a682206882b7bfc3"
"sha256": "800f10e10ab907fd0589f880f7c7bbf82acfb39f3450331a1f3bdcdabc8e561d"
},
"pipfile-spec": 6,
"requires": {
@@ -30,6 +30,21 @@
],
"version": "==19.3.0"
},
"decorator": {
"hashes": [
"sha256:41fa54c2a0cc4ba648be4fd43cff00aedf5b9465c9bf18d64325bc225f08f760",
"sha256:e3a62f0520172440ca0dcc823749319382e377f37f140a0b99ef45fecb84bfe7"
],
"version": "==4.4.2"
},
"networkx": {
"hashes": [
"sha256:cdfbf698749a5014bf2ed9db4a07a5295df1d3a53bf80bf3cbd61edf9df05fa1",
"sha256:f8f4ff0b6f96e4f9b16af6b84622597b5334bf9cae8cf9b2e42e7985d5c95c64"
],
"index": "pypi",
"version": "==2.4"
},
"numpy": {
"hashes": [
"sha256:1598a6de323508cfeed6b7cd6c4efb43324f4692e20d1f76e1feec7f59013448",