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