Skip to content

Commit

Permalink
Merge pull request #69 from customprogrammingsolutions/install-requir…
Browse files Browse the repository at this point in the history
…ements

Fix setup.py and requirements
  • Loading branch information
jameslyons authored Aug 21, 2018
2 parents 4b2ac00 + 964a583 commit 044d307
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 3 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
--index-url https://pypi.python.org/simple/

-e .
mock
scipy
numpy
4 changes: 4 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,8 @@
license='MIT',
url='https://github.com/jameslyons/python_speech_features',
packages=['python_speech_features'],
install_requires=[
'numpy',
'scipy',
]
)

0 comments on commit 044d307

Please sign in to comment.