瀏覽代碼

Missing mutagen in depdencies

Gamaliel Espinoza 6 年之前
父節點
當前提交
da41ae42db
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      ondemand/__init__.py
  2. 1 1
      setup.py

+ 1 - 1
ondemand/__init__.py

@@ -1 +1 @@
-__version__ = '1.2.0-rc1'
+__version__ = '1.2.0-rc2'

+ 1 - 1
setup.py

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