Skip to content

Commit

Permalink
Adding missing dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
fcofdez committed Feb 26, 2015
1 parent fec9fdb commit 3bde03e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@


if __name__ == '__main__':
from setuptools import setup, Feature, Extension
setup(
Expand Down Expand Up @@ -31,7 +29,6 @@
},

install_requires=[
'cffi', 'pytest',
'cffi', 'pytest', 'py', 'numpy'
]
)

0 comments on commit 3bde03e

Please sign in to comment.