Skip to content

Commit

Permalink
add package pyaudio
Browse files Browse the repository at this point in the history
  • Loading branch information
Milkad0 committed Apr 23, 2020
1 parent 5b66341 commit 45a2074
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
Binary file added package/PyAudio-0.2.11-cp37-cp37m-win32.whl
Binary file not shown.
Binary file added package/PyAudio-0.2.11-cp37-cp37m-win_amd64.whl
Binary file not shown.
Binary file added package/PyAudio-0.2.11-cp38-cp38-win32.whl
Binary file not shown.
Binary file added package/PyAudio-0.2.11-cp38-cp38-win_amd64.whl
Binary file not shown.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
name="Parkinson Detector",
version="0.1",
description="Détecte si une personne à Parkinson via un fichier audio .wav",
executables=[Executable("FrontEnd/main.py")]
executables=[Executable("FrontEnd/main.py")], requires=['pyaudio']
)

0 comments on commit 45a2074

Please sign in to comment.