add selection for factur-x

This commit is contained in:
Frederik Jaeckel 2024-12-05 17:32:40 +01:00
parent b4df059b4d
commit d932e15878
4 changed files with 21 additions and 1 deletions

View file

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