Skip to content

Commit

Permalink
Add pyyaml dependency (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
peitili authored May 10, 2021
1 parent 589fb9d commit 3c6d5ef
Show file tree
Hide file tree
Showing 2 changed files with 167 additions and 182 deletions.
3 changes: 1 addition & 2 deletions Pipfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
[[source]]

url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"

[packages]

boto3 = "*"
paramiko = "*"
requests = "*"
urllib3 = ">=1.24.2"
pyyaml = "*"
Loading

0 comments on commit 3c6d5ef

Please sign in to comment.