From c8d83ed9e7857dc25ab848d884282b5f8a0a5087 Mon Sep 17 00:00:00 2001 From: Manuel Cortez Date: Thu, 22 Nov 2018 17:47:38 -0600 Subject: [PATCH] Added new path to libloader in requirements file #273 --- requirements.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index c74b337e..a8dc0ef2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -21,7 +21,8 @@ chardet urllib3 youtube-dl python-vlc -pywin32 +pypiwin32 certifi backports.functools_lru_cache -git+https://github.com/manuelcortez/twython \ No newline at end of file +git+https://github.com/manuelcortez/twython +git+https://github.com/manuelcortez/libloader \ No newline at end of file