X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=setup.py;h=865881c4cff1ee15594dae1f810c45cd239520b6;hb=refs%2Ftags%2F1.0.1;hp=a4cdb3cc0f9bcc2691867c7279431d64fe8f05db;hpb=e257f4d9e3b8647c3470a1450ccdcea33583419c;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',