We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b096b0 commit 631b832Copy full SHA for 631b832
setup.py
@@ -13,6 +13,7 @@
13
author_email='[email protected]',
14
url='https://github.com/by256/rdfpy',
15
packages=setuptools.find_packages(),
16
+ install_requires=['scipy', 'numpy', 'matplotlib'],
17
license='MIT',
18
classifiers=[
19
'Programming Language :: Python :: 3',
0 commit comments