Преглед на файлове

Cambio en versión de google-auth

Fourier преди 4 години
родител
ревизия
5b55d8e1c3
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      setup.py

+ 1 - 1
setup.py

@@ -15,7 +15,7 @@ setup(
   scripts = [join(binpath, 'fourier-ondemand')],
   install_requires=['pyaudio', 'psutil', 'tornado==5.1.1',
     'firebase_admin==3.2', 'mutagen==1.43',
-    'requests>=2.18', 'cachetools==3.1.1', 'google-auth==1.18',
+    'requests>=2.18', 'cachetools==3.1.1', 'google-auth==1.19.1',
     'pyopenssl==19.0'
   ],
   author = 'Gamaliel Espinoza M.',