mirror of
https://github.com/ansible/awx.git
synced 2026-03-09 05:29:26 -02:30
Fixes rhel 7.2 websocket issue
Rev gevent and greenlet, on another side a fix has been applied to gevent-socketio.
This commit is contained in:
@@ -30,7 +30,7 @@ dogpile.cache==0.5.6
|
|||||||
dogpile.core==0.4.1
|
dogpile.core==0.4.1
|
||||||
enum34==1.0.4
|
enum34==1.0.4
|
||||||
#functools32==3.2.3-2
|
#functools32==3.2.3-2
|
||||||
gevent==1.0.2
|
gevent==1.1rc3
|
||||||
gevent-websocket==0.9.3
|
gevent-websocket==0.9.3
|
||||||
git+https://github.com/chrismeyersfsu/django-jsonfield.git@tower_0.9.12#egg=django-jsonfield
|
git+https://github.com/chrismeyersfsu/django-jsonfield.git@tower_0.9.12#egg=django-jsonfield
|
||||||
git+https://github.com/chrismeyersfsu/django-qsstats-magic.git@tower_0.7.2#egg=django-qsstats-magic
|
git+https://github.com/chrismeyersfsu/django-qsstats-magic.git@tower_0.7.2#egg=django-qsstats-magic
|
||||||
@@ -40,7 +40,7 @@ git+https://github.com/chrismeyersfsu/python-ipy.git@fix-127_localhost#egg=IPy
|
|||||||
git+https://github.com/chrismeyersfsu/python-keystoneclient.git@1.3.0#egg=python-keystoneclient
|
git+https://github.com/chrismeyersfsu/python-keystoneclient.git@1.3.0#egg=python-keystoneclient
|
||||||
git+https://github.com/chrismeyersfsu/shade.git@tower_0.5.0#egg=shade
|
git+https://github.com/chrismeyersfsu/shade.git@tower_0.5.0#egg=shade
|
||||||
git+https://github.com/chrismeyersfsu/sitecustomize.git#egg=sitecustomize
|
git+https://github.com/chrismeyersfsu/sitecustomize.git#egg=sitecustomize
|
||||||
greenlet==0.4.7
|
greenlet==0.4.9
|
||||||
httplib2==0.9
|
httplib2==0.9
|
||||||
idna==2.0
|
idna==2.0
|
||||||
importlib==1.0.3
|
importlib==1.0.3
|
||||||
|
|||||||
Reference in New Issue
Block a user