Unverified Commit bd7c11bb authored by Fengzhe Zhou's avatar Fengzhe Zhou Committed by GitHub
Browse files

[Fix] Update setup.py install_requires (#1036)

parent b39f5015
...@@ -115,7 +115,7 @@ def do_setup(): ...@@ -115,7 +115,7 @@ def do_setup():
cmdclass={'download_nltk': DownloadNLTK}, cmdclass={'download_nltk': DownloadNLTK},
setup_requires=['nltk==3.8'], setup_requires=['nltk==3.8'],
python_requires='>=3.8.0', python_requires='>=3.8.0',
# install_requires=parse_requirements('requirements/runtime.txt'), install_requires=parse_requirements('requirements/runtime.txt'),
license='Apache License 2.0', license='Apache License 2.0',
packages=find_packages(exclude=[ packages=find_packages(exclude=[
'test*', 'test*',
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment