From 65a2c4c1d5020fd2ab6a59c53b9e29207a84ff38 Mon Sep 17 00:00:00 2001 From: Athanasius Date: Sun, 21 Jun 2020 23:40:16 +0100 Subject: [PATCH] Update requirements.txt * Removed modules we don't seem to use any more. * Went through *all* the imports (including 'from X import Y') and checked every module was one of: builtin, stock in win32 python 3.7.7 or a known dependency of another we do list. * As we still have the sqlite3.dll hack in setup.py I've only specified: +py2exe>=0.9.3.2 * certifi==2019.9.11 to work around py2exe issues the current latest * keyring==19.2.0 to work around py2exe issues the current latest This still needs testing to see if it's enough to setup an only-just-installed Python-32 of 3.7.7 --- requirements.txt | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index 139ea2ca..a4acd5fe 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,6 @@ -argh>=0.26.2 -keyring>=3.3 +certifi==2019.9.11 +keyring==19.2.0 pathtools>=0.1.2 -PyYAML>=3.12 +py2exe>=0.9.3.2 requests>=2.11.1 watchdog>=0.8.3 -wheel>=0.24.0