diff --git a/requirements.txt b/requirements.txt index 6c13a0e..2743d22 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,4 @@ requests PySocks -pycryptodome \ No newline at end of file +pycryptodome +pyyaml \ No newline at end of file diff --git a/setup.py b/setup.py index 0e9f48f..01b8fb1 100644 --- a/setup.py +++ b/setup.py @@ -12,6 +12,7 @@ deps = [] deps.append("requests>=2.0.0") deps.append("PySocks") deps.append("pycryptodome") +deps.append("pyyaml") setup( name="svtplay-dl",