online update ...

This commit is contained in:
Frederik Jaeckel 2022-11-19 00:21:52 +01:00
parent f8ba90d633
commit d54f3805ab
13 changed files with 453 additions and 4 deletions

View file

@ -42,7 +42,7 @@ with open(path.join(here, 'versiondep.txt'), encoding='utf-8') as f:
major_version = 6
minor_version = 0
requires = []
requires = ['requests>=2.26', 'html2text']
for dep in info.get('depends', []):
if not re.match(r'(ir|res|webdav)(\W|$)', dep):
if dep in modversion.keys():