X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=setup.py;h=865881c4cff1ee15594dae1f810c45cd239520b6;hb=6dc040edf2f31497d4492c159397c4634037be66;hp=a4cdb3cc0f9bcc2691867c7279431d64fe8f05db;hpb=6ebe62478a49df22c55ef6a2b1200473500a7f80;p=perso%2FImmae%2FProjets%2FPython%2FMusicSampler.git diff --git a/setup.py b/setup.py index a4cdb3c..865881c 100644 --- a/setup.py +++ b/setup.py @@ -25,6 +25,7 @@ setup(name='music_sampler', license='MIT', packages=['music_sampler', 'music_sampler.actions'], install_requires=[ + 'Cython>=0.24', 'Kivy>=1.9.1', 'pydub>=0.16.4', 'Pygame>=1.9.2.dev1',