ソースを参照

refreshed dependencies

Gamaliel Espinoza 7 年 前
コミット
bea537cb1e
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1 1
      setup.py

+ 1 - 1
setup.py

@@ -13,7 +13,7 @@ setup(
   description = 'Fourier ondemand service',
   long_description = 'You can use it for do maintenance stuff',
   scripts = [join(binpath, 'fourier-ondemand')],
-  install_requires=['pyaudio'],
+  install_requires=['pyaudio', 'psutil'],
   author = 'Gamaliel Espinoza M.',
   author_email = 'gamaliel.espinoza@gmail.com',
   url = 'https://git.miralo.xyz/AudioValid/fourier-ondemand',