Explorar el Código

Update 'setup.py'

tsteuer hace 4 años
padre
commit
16290d0713
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      setup.py

+ 2 - 1
setup.py

@@ -26,7 +26,8 @@ INSTALL_REQUIRES = [
         'xeger',
         'simplejson',
         'mysql',
-        'sqlalchemy-utils'
+        'sqlalchemy-utils',
+  		'jsonschema'
 ]