From 158456aba73fc9ee8a548ed2c35c6b9f4fd60b0d Mon Sep 17 00:00:00 2001 From: David Sangrey Date: Fri, 12 Apr 2024 11:08:58 -0400 Subject: [PATCH] [2198] Remove Potentially Unused Dependencies Let's see what happens! --- FDevIDs | 2 +- config/__init__.py | 2 +- requirements.txt | 7 ------- 3 files changed, 2 insertions(+), 9 deletions(-) diff --git a/FDevIDs b/FDevIDs index 9b3f4061..7cffab3d 160000 --- a/FDevIDs +++ b/FDevIDs @@ -1 +1 @@ -Subproject commit 9b3f40612017b43a8b826017e1e2befebd9074f2 +Subproject commit 7cffab3d913b788f981923687203399c22cf358f diff --git a/config/__init__.py b/config/__init__.py index 27d9b450..c9a477c4 100644 --- a/config/__init__.py +++ b/config/__init__.py @@ -53,7 +53,7 @@ appcmdname = 'EDMC' # # Major.Minor.Patch(-prerelease)(+buildmetadata) # NB: Do *not* import this, use the functions appversion() and appversion_nobuild() -_static_appversion = '5.10.4' +_static_appversion = '5.11.0-alpha1' _cached_version: semantic_version.Version | None = None copyright = '© 2015-2019 Jonathan Harris, 2020-2024 EDCD' diff --git a/requirements.txt b/requirements.txt index 75ea4041..8c450362 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,12 +1,5 @@ -certifi==2024.2.2 requests==2.31.0 pillow==10.3.0 -# requests depends on this now ? -charset-normalizer==3.3.2 - watchdog==3.0.0 -# Commented out because this doesn't package well with py2exe infi.systray==0.1.12; sys_platform == 'win32' -# argh==0.26.2 watchdog dep -# pyyaml==5.3.1 watchdog dep semantic-version==2.10.0