mirror of
https://github.com/ansible/awx.git
synced 2026-05-15 13:27:40 -02:30
use select.poll() instead of select.select() for file descriptors
see: https://github.com/ansible/tower/issues/861 see: https://github.com/pexpect/pexpect/pull/474
This commit is contained in:
@@ -30,7 +30,7 @@ jsonschema==2.6.0
|
||||
M2Crypto==0.29.0
|
||||
Markdown==2.6.11
|
||||
ordereddict==1.1
|
||||
pexpect==4.4.0
|
||||
pexpect==4.5.0
|
||||
psphere==0.5.2
|
||||
psutil==5.4.3
|
||||
psycopg2==2.7.3.2 # problems with Segmentation faults / wheels on upgrade
|
||||
|
||||
Reference in New Issue
Block a user