Redmine #2619: set specific cordex version and added requirements file

master
Cyprian Laskowski 8 months ago
parent e002aa1329
commit cc82cc28e1

@ -0,0 +1,4 @@
lxml>=4.9
classla>=2.1
conversion-utils @ git+https://gitea.cjvt.si/generic/conversion_utils@89be60310380339f97ccd2feee65d5d69859e7f9
cordex @ git+https://github.com/clarinsi/cordex@65c8fee54a63b485dbe8ef62e4586dd7fdd89f5f

@ -10,6 +10,6 @@ setup(name='structure_assignment',
install_requires=['lxml>=4.9',
'classla>=2.1',
'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@65c8fee54a63b485dbe8ef62e4586dd7fdd89f5f',
],
zip_safe=True)

Loading…
Cancel
Save