From 0e7995a5eff0bf0f65205dcd0e9a35567ec6199b Mon Sep 17 00:00:00 2001 From: Eclair Date: Mon, 24 Oct 2022 15:57:50 +0800 Subject: [PATCH] Release v1.3.0 --- setup.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 9871cff..ea57dd8 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="ArticutAPI", - version="1.2.2", + version="1.3.0", author="Droidtown Linguistic Tech. Co. Ltd.", author_email="info@droidtown.co", description="Articut NLP system provides not only finest results on Chinese word segmentaion (CWS), Part-of-Speech tagging (POS) and Named Entity Recogintion tagging (NER), but also the fastest online API service in the NLP industry.", @@ -39,7 +39,7 @@ ], packages=setuptools.find_packages(), include_package_data=True, - install_requires=["requests >= 2.25.1", "graphene"], + install_requires=["requests >= 2.25.1", "emoji", "graphene"], classifiers=[ "Programming Language :: Python :: 3", "Programming Language :: Python :: 3 :: Only", @@ -47,6 +47,7 @@ "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", + "Programming Language :: Python :: 3.10", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Development Status :: 5 - Production/Stable",