diff options
author | James Taylor <user234683@users.noreply.github.com> | 2020-10-25 11:48:18 -0700 |
---|---|---|
committer | James Taylor <user234683@users.noreply.github.com> | 2020-10-25 11:48:18 -0700 |
commit | 7e5c0bf26176b7b8e27b8b821cff12726d794203 (patch) | |
tree | d3522ebab767053e9d2fe823d7e062be59f44bef /requirements.txt | |
parent | 3a081a9c465828b3491d15b673074b7dbdcfc822 (diff) | |
download | yt-local-7e5c0bf26176b7b8e27b8b821cff12726d794203.tar.lz yt-local-7e5c0bf26176b7b8e27b8b821cff12726d794203.tar.xz yt-local-7e5c0bf26176b7b8e27b8b821cff12726d794203.zip |
Add stem to requirements.txt
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt index b500436..b54a1f2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,3 +5,4 @@ PySocks>=1.6.8 urllib3>=1.24.1 defusedxml>=0.5.0 cachetools>=4.0.0 +stem>=1.8.0 |