Updated requirements due to their move to pypi
This commit is contained in:
parent
603b53b863
commit
442f3ca163
|
@ -1,4 +1,4 @@
|
|||
lxml>=4.9
|
||||
classla>=2.1
|
||||
conversion-utils @ git+https://gitea.cjvt.si/generic/conversion_utils@f28b5a3a01e18830d4ce478843f292666205db1f
|
||||
cordex @ git+https://github.com/clarinsi/cordex@65c8fee54a63b485dbe8ef62e4586dd7fdd89f5f
|
||||
cjvt_conversion_utils>=0.3
|
||||
cordex>=1.0.0
|
||||
|
|
4
setup.py
4
setup.py
|
@ -9,7 +9,7 @@ setup(name='structure_assignment',
|
|||
packages=['structure_assignment'],
|
||||
install_requires=['lxml>=4.9',
|
||||
'classla>=2.1',
|
||||
'conversion_utils @ git+https://gitea.cjvt.si/generic/conversion_utils@f28b5a3a01e18830d4ce478843f292666205db1f',
|
||||
'cordex @ git+https://github.com/clarinsi/cordex.git@65c8fee54a63b485dbe8ef62e4586dd7fdd89f5f',
|
||||
'cjvt_conversion_utils>=0.3',
|
||||
'cordex>=1.0.0'
|
||||
],
|
||||
zip_safe=True)
|
||||
|
|
Loading…
Reference in New Issue
Block a user