add selection for factur-x
This commit is contained in:
parent
b4df059b4d
commit
d932e15878
4 changed files with 21 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -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():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue