Redmine #2619: added dependency version constraints
This commit is contained in:
parent
7ae0b06510
commit
852a517f10
6
setup.py
6
setup.py
|
@ -7,9 +7,9 @@ setup(name='structure_assignment',
|
||||||
author='Cyprian Laskowski',
|
author='Cyprian Laskowski',
|
||||||
author_email='cyp@cjvt.si',
|
author_email='cyp@cjvt.si',
|
||||||
packages=['structure_assignment'],
|
packages=['structure_assignment'],
|
||||||
install_requires=['lxml',
|
install_requires=['lxml>=4.9',
|
||||||
'classla',
|
'classla>=2.1',
|
||||||
'conversion_utils @ git+https://gitea.cjvt.si/generic/conversion_utils.git',
|
'conversion_utils @ git+https://gitea.cjvt.si/generic/conversion_utils@89be60310380339f97ccd2feee65d5d69859e7f9',
|
||||||
'cordex @ git+https://github.com/clarinsi/cordex.git@structure_assignment',
|
'cordex @ git+https://github.com/clarinsi/cordex.git@structure_assignment',
|
||||||
],
|
],
|
||||||
zip_safe=True)
|
zip_safe=True)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user