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:
parent
673251542e
commit
158456aba7
2
FDevIDs
2
FDevIDs
@ -1 +1 @@
|
||||
Subproject commit 9b3f40612017b43a8b826017e1e2befebd9074f2
|
||||
Subproject commit 7cffab3d913b788f981923687203399c22cf358f
|
@ -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'
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user