1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-13 07:47:14 +03:00

[2198] Remove Potentially Unused Dependencies

Let's see what happens!
This commit is contained in:
David Sangrey 2024-04-12 11:08:58 -04:00
parent 673251542e
commit 158456aba7
No known key found for this signature in database
GPG Key ID: 3AEADBB0186884BC
3 changed files with 2 additions and 9 deletions

@ -1 +1 @@
Subproject commit 9b3f40612017b43a8b826017e1e2befebd9074f2
Subproject commit 7cffab3d913b788f981923687203399c22cf358f

View File

@ -53,7 +53,7 @@ appcmdname = 'EDMC'
# <https://semver.org/#semantic-versioning-specification-semver>
# 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'

View File

@ -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