Skip to content

Commit

Permalink
Merge pull request #183 from jumpserver/connect_slow
Browse files Browse the repository at this point in the history
fix(connect) 修复paramiko连接速度特么慢问题
  • Loading branch information
ibuler committed Mar 30, 2016
2 parents b573170 + 6c81170 commit edad26e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions install/install.py
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,7 @@ def _depend_rpm(self):

def _require_pip(self):
color_print('开始安装依赖pip包', 'green')
bash('pip uninstall -y pycrypto')
ret_code = bash('pip install -r requirements.txt')
self.check_bash_return(ret_code, "安装JumpServer 依赖的python库失败!")

Expand Down
2 changes: 1 addition & 1 deletion install/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#sphinx-me==0.3
django==1.6
pycrypto==2.6.1
pycrypto==2.4.1
paramiko==1.16.0
ecdsa==0.13
MySQL-python==1.2.5
Expand Down

0 comments on commit edad26e

Please sign in to comment.