Skip to content

Commit 631b832

Browse files
committed
add install_requires to setup
1 parent 1b096b0 commit 631b832

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
author_email='[email protected]',
1414
url='https://github.com/by256/rdfpy',
1515
packages=setuptools.find_packages(),
16+
install_requires=['scipy', 'numpy', 'matplotlib'],
1617
license='MIT',
1718
classifiers=[
1819
'Programming Language :: Python :: 3',

0 commit comments

Comments
 (0)