rabin 7 years ago
parent
commit
79049ee0ea
1 changed files with 1 additions and 1 deletions
  1. 1 1
      setup.py

+ 1 - 1
setup.py

@@ -47,7 +47,7 @@ setup(name='jupyter-mysql-kernel',
 	  url='https://github.com/shemic/jupyter-mysql-kernel',
 	  packages=['jupyter-mysql-kernel'],
 	  cmdclass={'install': install_with_kernelspec},
-	  install_requires=['prettytable'],
+	  install_requires=['pymysql','prettytable'],
 	  classifiers = [
 		  'Framework :: IPython',
 		  'License :: OSI Approved :: BSD License',