tsteuer 5 anni fa
parent
commit
16290d0713
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. 2 1
      setup.py

+ 2 - 1
setup.py

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