Updated requirements due to their move to pypi

master
Cyprian Laskowski 6 months ago
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

@ -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…
Cancel
Save