Update pyinstaller package to not include metron or gcd by default
This makes it so that users using pyinstaller can update metron and gcd without waiting for a new ComicTagger release
This commit is contained in:
parent
25e5134577
commit
63718882a5
35
setup.cfg
35
setup.cfg
@ -72,17 +72,8 @@ pyinstaller40 =
|
||||
hook-dirs = comictaggerlib.__pyinstaller:get_hook_dirs
|
||||
|
||||
[options.extras_require]
|
||||
7Z =
|
||||
7z =
|
||||
py7zr
|
||||
CBR =
|
||||
rarfile>=4.0
|
||||
GUI =
|
||||
PyQt5
|
||||
ICU =
|
||||
pyicu;sys_platform == 'linux' or sys_platform == 'darwin'
|
||||
QTW =
|
||||
PyQt5
|
||||
PyQtWebEngine
|
||||
all =
|
||||
PyQt5
|
||||
PyQtWebEngine
|
||||
@ -98,14 +89,32 @@ archived_tags =
|
||||
ct-archived-tags
|
||||
avif =
|
||||
pillow-avif-plugin>=1.4.1
|
||||
cbr =
|
||||
rarfile>=4.0
|
||||
cix =
|
||||
comicinfoxml==0.4.*
|
||||
gcd =
|
||||
gcd-talker>=0.1.0
|
||||
gcd-talker>0.1.0
|
||||
gui =
|
||||
PyQt5
|
||||
icu =
|
||||
pyicu;sys_platform == 'linux' or sys_platform == 'darwin'
|
||||
jxl =
|
||||
pillow-jxl-plugin>=1.2.5
|
||||
metron =
|
||||
metron-talker>=0.1.3
|
||||
metron-talker>0.1.5
|
||||
pyinstaller =
|
||||
PyQt5
|
||||
PyQtWebEngine
|
||||
comicinfoxml==0.4.*
|
||||
pillow-avif-plugin>=1.4.1
|
||||
pillow-jxl-plugin>=1.2.5
|
||||
py7zr
|
||||
rarfile>=4.0
|
||||
pyicu;sys_platform == 'linux' or sys_platform == 'darwin'
|
||||
qtw =
|
||||
PyQt5
|
||||
PyQtWebEngine
|
||||
|
||||
[options.package_data]
|
||||
comicapi =
|
||||
@ -244,7 +253,7 @@ depends =
|
||||
deps =
|
||||
pyinstaller>=5.6.2,!=6.0.0
|
||||
extras =
|
||||
all
|
||||
pyinstaller
|
||||
commands =
|
||||
pyrcc5 comictaggerlib/graphics/graphics.qrc -o comictaggerlib/graphics/resources.py
|
||||
pyinstaller -y build-tools/comictagger.spec
|
||||
|
Loading…
Reference in New Issue
Block a user