Updated about
This commit is contained in:
@@ -6,7 +6,7 @@ from setuptools import setup, find_packages
|
||||
here = path.abspath(path.dirname(__file__))
|
||||
|
||||
# read the version from classla/_version.py
|
||||
VERSION = '0.0.1'
|
||||
VERSION = '0.0.3'
|
||||
|
||||
setup(name='stark-api',
|
||||
version=VERSION,
|
||||
@@ -19,7 +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-trees==3.1.0',
|
||||
'conllu==6.0.0'
|
||||
],
|
||||
)
|
||||
Reference in New Issue
Block a user