Skip to content

Commit

Permalink
add install_requires to setup
Browse files Browse the repository at this point in the history
  • Loading branch information
by256 committed Nov 18, 2020
1 parent 1b096b0 commit 631b832
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
author_email='by256@cam.ac.uk',
url='https://github.com/by256/rdfpy',
packages=setuptools.find_packages(),
install_requires=['scipy', 'numpy', 'matplotlib'],
license='MIT',
classifiers=[
'Programming Language :: Python :: 3',
Expand Down

0 comments on commit 631b832

Please sign in to comment.