Skip to content

Commit 3c6d5ef

Browse files
authored
Add pyyaml dependency (#77)
1 parent 589fb9d commit 3c6d5ef

File tree

2 files changed

+167
-182
lines changed

2 files changed

+167
-182
lines changed

Pipfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
[[source]]
2-
32
url = "https://pypi.python.org/simple"
43
verify_ssl = true
54
name = "pypi"
65

76
[packages]
8-
97
boto3 = "*"
108
paramiko = "*"
119
requests = "*"
1210
urllib3 = ">=1.24.2"
11+
pyyaml = "*"

0 commit comments

Comments
 (0)