We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cd8656 commit f9b0b47Copy full SHA for f9b0b47
setup.py
@@ -2,12 +2,15 @@
2
setup(
3
name = 'pycorenlp',
4
packages = ['pycorenlp'],
5
- version = '0.1',
+ version = '0.1.0',
6
description = 'Python wrapper for Stanford CoreNLP',
7
author = 'Smitha Milli',
8
author_email = 'smitha.milli@gmail.com',
9
url = 'https://github.com/smilli/py-corenlp',
10
download_url = 'https://github.com/smilli/py-corenlp/tarball/0.1',
11
keywords = ['nlp'],
12
classifiers = [],
13
+ install_requires = [
14
+ 'requests'
15
+ ]
16
)
0 commit comments