From 5b0b26799d79df760e6d9aba8ce80d006e2c43d2 Mon Sep 17 00:00:00 2001 From: Manuel Cortez Date: Tue, 9 Mar 2021 16:36:23 -0600 Subject: [PATCH] Install platform_utils, accessible_output2, libloader and sound_lib from upstream. Closes #369 --- doc/changelog.md | 1 + requirements.txt | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/doc/changelog.md b/doc/changelog.md index e20517a4..267cf3f2 100644 --- a/doc/changelog.md +++ b/doc/changelog.md @@ -2,6 +2,7 @@ ## changes in this version +* Fixed an error that was causing TWBlue to be unable to output to screen readers at times. ([#369,](https://github.com/manuelcortez/TWBlue/issues/369)) * Fixed autocomplete users feature. ([#367,](https://github.com/manuelcortez/TWBlue/issues/367)) * Fixed error when displaying an URL at the end of a line, when the tweet or direct message contained multiple lines. Now the URL should be displayed correctly. ([#305,](https://github.com/manuelcortez/TWBlue/issues/305) [#272,](https://github.com/manuelcortez/TWBlue/issues/272)) * TWBlue has been migrated completely to Python 3 (currently, the software builds with Python 3.8). diff --git a/requirements.txt b/requirements.txt index b95337d7..ae1296b8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -31,7 +31,7 @@ cx_freeze tweepy twitter-text-parser pyenchant -git+https://github.com/manuelcortez/libloader -git+https://github.com/manuelcortez/platform_utils -git+https://github.com/manuelcortez/accessible_output2 -git+https://github.com/jmdaweb/sound_lib \ No newline at end of file +git+https://github.com/accessibleapps/libloader +git+https://github.com/accessibleapps/platform_utils +git+https://github.com/accessibleapps/accessible_output2 +git+https://github.com/accessibleapps/sound_lib \ No newline at end of file