1
0
mirror of https://github.com/spaam/svtplay-dl.git synced 2024-11-23 19:55:38 +01:00

Add pyyaml as deps

This commit is contained in:
Johan Andersson 2018-05-07 00:56:02 +02:00
parent e17fce987f
commit b0187a089a
2 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,4 @@
requests
PySocks
pycryptodome
pycryptodome
pyyaml

View File

@ -12,6 +12,7 @@ deps = []
deps.append("requests>=2.0.0")
deps.append("PySocks")
deps.append("pycryptodome")
deps.append("pyyaml")
setup(
name="svtplay-dl",