Explorar el Código

Update 'setup.py'

tsteuer hace 5 años
padre
commit
03d0622e4d
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      setup.py

+ 2 - 1
setup.py

@@ -8,7 +8,8 @@ INSTALL_REQUIRES = [
         'pymongo',
         'jsonref', 
         'simplejson',
-        'mysql'
+        'mysql',
+  		'xlrd'
 ]