With Calibre min version v3.85, included_dependencies are not needed.

This commit is contained in:
Jim Miller 2019-12-18 11:16:06 -06:00
parent 4718a2c2de
commit a0e2db3925

View file

@ -34,15 +34,15 @@ if __name__=="__main__":
files,
exclude=exclude)
os.chdir('../included_dependencies')
files=['bs4','chardet','html2text','soupsieve','backports']
# calibre has it's own copies of these that precedence anyway:
# 'html5lib','webencodings'
# webencodings is only needed by versions of html5lib after 0.9x7
# 'a' for append
createZipFile("../"+filename,"a",
files,
exclude=exclude)
# os.chdir('../included_dependencies')
# files=['bs4','chardet','html2text','soupsieve','backports']
# # calibre has it's own copies of these that precedence anyway:
# # 'html5lib','webencodings'
# # webencodings is only needed by versions of html5lib after 0.9x7
# # 'a' for append
# createZipFile("../"+filename,"a",
# files,
# exclude=exclude)
os.chdir('..')
# 'a' for append