Browse Source

bug fixing

ogert 2 years ago
parent
commit
ce215007bf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      setup.py

+ 1 - 1
setup.py

@@ -8,7 +8,7 @@ INSTALL_REQUIRES = [
         'pymongo',
         'jsonref',
         'simplejson',
-        'mysql',
+        # 'mysql',
         'sqlalchemy_utils',
         'sklearn',
         'hyperopt',