add IPython to setup.py and requirements

This commit is contained in:
dawoodkhan82 2019-07-22 15:58:59 -07:00
parent 5ed5eb9ebe
commit c75e381825
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',
],
)