Skip to content

Commit f9b0b47

Browse files
committed
Add dependencies to setup.py
1 parent 8cd8656 commit f9b0b47

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

setup.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,15 @@
22
setup(
33
name = 'pycorenlp',
44
packages = ['pycorenlp'],
5-
version = '0.1',
5+
version = '0.1.0',
66
description = 'Python wrapper for Stanford CoreNLP',
77
author = 'Smitha Milli',
88
author_email = 'smitha.milli@gmail.com',
99
url = 'https://github.com/smilli/py-corenlp',
1010
download_url = 'https://github.com/smilli/py-corenlp/tarball/0.1',
1111
keywords = ['nlp'],
1212
classifiers = [],
13+
install_requires = [
14+
'requests'
15+
]
1316
)

0 commit comments

Comments
 (0)