mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2025-12-06 08:52:55 +01:00
With Calibre min version v3.85, included_dependencies are not needed.
This commit is contained in:
parent
4718a2c2de
commit
a0e2db3925
1 changed files with 9 additions and 9 deletions
|
|
@ -34,15 +34,15 @@ if __name__=="__main__":
|
||||||
files,
|
files,
|
||||||
exclude=exclude)
|
exclude=exclude)
|
||||||
|
|
||||||
os.chdir('../included_dependencies')
|
# os.chdir('../included_dependencies')
|
||||||
files=['bs4','chardet','html2text','soupsieve','backports']
|
# files=['bs4','chardet','html2text','soupsieve','backports']
|
||||||
# calibre has it's own copies of these that precedence anyway:
|
# # calibre has it's own copies of these that precedence anyway:
|
||||||
# 'html5lib','webencodings'
|
# # 'html5lib','webencodings'
|
||||||
# webencodings is only needed by versions of html5lib after 0.9x7
|
# # webencodings is only needed by versions of html5lib after 0.9x7
|
||||||
# 'a' for append
|
# # 'a' for append
|
||||||
createZipFile("../"+filename,"a",
|
# createZipFile("../"+filename,"a",
|
||||||
files,
|
# files,
|
||||||
exclude=exclude)
|
# exclude=exclude)
|
||||||
|
|
||||||
os.chdir('..')
|
os.chdir('..')
|
||||||
# 'a' for append
|
# 'a' for append
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue