add IPython to setup.py and requirements

This commit is contained in:
dawoodkhan82 2019-07-22 15:58:59 -07:00
parent d35bc1daf6
commit b331ddf663
2 changed files with 2 additions and 0 deletions

View File

@ -5,3 +5,4 @@ requests
psutil
paramiko
scipy
IPython

View File

@ -21,5 +21,6 @@ setup(
'psutil',
'paramiko',
'scipy',
'IPython',
],
)