From 77b9ff72cb3652ab852c49bd434028d2fb134cb8 Mon Sep 17 00:00:00 2001 From: lkrsnik Date: Sun, 2 Feb 2025 11:45:15 +0100 Subject: [PATCH] Fixed setup.py --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6334fdf..129c055 100644 --- a/setup.py +++ b/setup.py @@ -19,6 +19,7 @@ setup(name='stark-api', 'Flask==3.0.0', 'requests==2.31.0', 'flask-babel==4.0.0', - 'stark @ git+https://github.com/clarinsi/STARK@master' + 'stark @ git+https://github.com/clarinsi/STARK@master', + 'conllu==6.0.0' ], ) \ No newline at end of file