Skip to content
This repository has been archived by the owner on Jan 6, 2023. It is now read-only.

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardo-rodrigues committed Oct 24, 2018
1 parent c0faa66 commit 093ba92
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 @@ -172,6 +172,7 @@ def finalize_options(self):
setuptools_options = dict(
setup_requires=build_requires,
install_requires=build_requires,
tests_require=["pytest","six>=1.10.0"],
extras_require={
'with-numpy': ('numpy',),
},
Expand Down

0 comments on commit 093ba92

Please sign in to comment.