added PyYaml to Pipfile, was only present in --dev installs previously

This commit is contained in:
epi
2020-04-29 19:32:04 -05:00
parent aa7796f793
commit 5b56035391
2 changed files with 20 additions and 1 deletions

View File

@@ -19,6 +19,7 @@ cmd2 = "==1.0.1"
luigi = "==2.8.12"
sqlalchemy = "==1.3.15"
python-libnmap = "==0.7.0"
pyyaml = "==5.3.1"
[requires]
python_version = "3.7"

20
Pipfile.lock generated
View File

@@ -1,7 +1,7 @@
{
"_meta": {
"hash": {
"sha256": "a1f349653b0f9e986636c38dab0b5a7163ff571f3169d0e3fdb1871461bc2922"
"sha256": "3337a01cba6c46ec2ec9e0a0ea5678b5bd4c5e6f29c5a7bb5c2c50c503c4c1e4"
},
"pipfile-spec": 6,
"requires": {
@@ -86,6 +86,23 @@
"index": "pypi",
"version": "==0.7.0"
},
"pyyaml": {
"hashes": [
"sha256:06a0d7ba600ce0b2d2fe2e78453a470b5a6e000a985dd4a4e54e436cc36b0e97",
"sha256:240097ff019d7c70a4922b6869d8a86407758333f02203e0fc6ff79c5dcede76",
"sha256:4f4b913ca1a7319b33cfb1369e91e50354d6f07a135f3b901aca02aa95940bd2",
"sha256:69f00dca373f240f842b2931fb2c7e14ddbacd1397d57157a9b005a6a9942648",
"sha256:73f099454b799e05e5ab51423c7bcf361c58d3206fa7b0d555426b1f4d9a3eaf",
"sha256:74809a57b329d6cc0fdccee6318f44b9b8649961fa73144a98735b0aaf029f1f",
"sha256:7739fc0fa8205b3ee8808aea45e968bc90082c10aef6ea95e855e10abf4a37b2",
"sha256:95f71d2af0ff4227885f7a6605c37fd53d3a106fcab511b8860ecca9fcf400ee",
"sha256:b8eac752c5e14d3eca0e6dd9199cd627518cb5ec06add0de9d32baeee6fe645d",
"sha256:cc8955cfbfc7a115fa81d85284ee61147059a753344bc51098f3ccd69b0d7e0c",
"sha256:d13155f591e6fcc1ec3b30685d50bf0711574e2c0dfffd7644babf8b5102ca1a"
],
"index": "pypi",
"version": "==5.3.1"
},
"six": {
"hashes": [
"sha256:236bdbdce46e6e6a3d61a337c0f8b763ca1e8717c03b369e87a7ec7ce1319c0a",
@@ -451,6 +468,7 @@
"sha256:cc8955cfbfc7a115fa81d85284ee61147059a753344bc51098f3ccd69b0d7e0c",
"sha256:d13155f591e6fcc1ec3b30685d50bf0711574e2c0dfffd7644babf8b5102ca1a"
],
"index": "pypi",
"version": "==5.3.1"
},
"regex": {