From fea01c44caecea3bde676dfc1e7eb4b62ee193d4 Mon Sep 17 00:00:00 2001 From: riku Date: Fri, 22 Jan 2021 11:31:40 +0900 Subject: [PATCH 1/2] Add twython and pyenchant to requirements --- requirements.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/requirements.txt b/requirements.txt index 22a1bb7a..2e3809c4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -27,6 +27,8 @@ backports.functools_lru_cache cx_freeze tweepy twitter-text-parser +twython +pyenchant git+https://github.com/manuelcortez/libloader git+https://github.com/manuelcortez/platform_utils git+https://github.com/manuelcortez/accessible_output2 From 10055788e4647ba0684c554f7b63cc6338b5de59 Mon Sep 17 00:00:00 2001 From: riku Date: Sat, 23 Jan 2021 07:26:42 +0900 Subject: [PATCH 2/2] Removed twython --- requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6494806b..6bf36fff 100644 --- a/requirements.txt +++ b/requirements.txt @@ -28,7 +28,6 @@ backports.functools_lru_cache cx_freeze tweepy twitter-text-parser -twython pyenchant git+https://github.com/manuelcortez/libloader git+https://github.com/manuelcortez/platform_utils