Skip to content

Commit

Permalink
Fix setup.py and requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
shuttle1987 committed Aug 21, 2018
1 parent 4b2ac00 commit 964a583
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 964a583

Please sign in to comment.