Recurrence rule + tests
This commit is contained in:
parent
ebb1efe7a8
commit
ed350ba3e2
6 changed files with 564 additions and 19 deletions
2
setup.py
2
setup.py
|
@ -45,7 +45,7 @@ with open(path.join(here, 'versiondep.txt'), encoding='utf-8') as f:
|
|||
major_version = 7
|
||||
minor_version = 0
|
||||
|
||||
requires = []
|
||||
requires = ['python-dateutil']
|
||||
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