mirror of
https://github.com/ansible/awx.git
synced 2026-02-12 15:14:45 -03:30
POC channels 2
This commit is contained in:
committed by
Ryan Petrello
parent
d0a3c5a42b
commit
c8eeacacca
@@ -1,10 +1,11 @@
|
||||
aiohttp
|
||||
ansible-runner
|
||||
ansiconv==1.0.0 # UPGRADE BLOCKER: from 2013, consider replacing instead of upgrading
|
||||
asgi-amqp>=1.1.4 # see library notes, related to channels 2
|
||||
azure-keyvault==1.1.0 # see UPGRADE BLOCKERs
|
||||
boto # replacement candidate https://github.com/ansible/awx/issues/2115
|
||||
channels==1.1.8 # UPGRADE BLOCKER: Last before backwards-incompatible channels 2 upgrade
|
||||
daphne==1.4.2 # UPGRADE BLOCKER: last before channels 2 but not pinned by other deps
|
||||
channels
|
||||
channels-redis
|
||||
daphne
|
||||
django==2.2.10 # see UPGRADE BLOCKERs
|
||||
django-auth-ldap
|
||||
django-cors-headers
|
||||
@@ -37,6 +38,7 @@ python3-saml
|
||||
schedule==0.6.0
|
||||
social-auth-core==3.2.0 # see UPGRADE BLOCKERs
|
||||
social-auth-app-django==3.1.0 # see UPGRADE BLOCKERs
|
||||
redis
|
||||
requests
|
||||
requests-futures # see library notes
|
||||
slackclient==1.1.2 # see UPGRADE BLOCKERs
|
||||
|
||||
@@ -1,33 +1,36 @@
|
||||
adal==1.2.2 # via msrestazure
|
||||
aiohttp==3.6.2
|
||||
aioredis==1.3.1 # via channels-redis
|
||||
amqp==2.5.2 # via kombu
|
||||
ansible-runner==1.4.4
|
||||
ansiconv==1.0.0
|
||||
asgi-amqp==1.1.4
|
||||
asgiref==1.1.2 # via asgi-amqp, channels, daphne
|
||||
attrs==19.3.0 # via automat, jsonschema, twisted
|
||||
autobahn==19.11.1 # via daphne
|
||||
asgiref==3.2.3 # via channels, channels-redis, daphne
|
||||
async-timeout==3.0.1 # via aiohttp, aioredis
|
||||
attrs==19.3.0 # via aiohttp, automat, jsonschema, service-identity, twisted
|
||||
autobahn==20.1.1 # via daphne
|
||||
automat==0.8.0 # via twisted
|
||||
azure-common==1.1.23 # via azure-keyvault
|
||||
azure-common==1.1.24 # via azure-keyvault
|
||||
azure-keyvault==1.1.0
|
||||
azure-nspkg==3.0.2 # via azure-keyvault
|
||||
boto==2.49.0
|
||||
cachetools==3.1.1 # via google-auth
|
||||
cachetools==4.0.0 # via google-auth
|
||||
certifi==2019.11.28 # via kubernetes, msrest, requests
|
||||
cffi==1.13.2 # via cryptography
|
||||
channels==1.1.8
|
||||
chardet==3.0.4 # via requests
|
||||
channels-redis==2.4.1
|
||||
channels==2.4.0
|
||||
chardet==3.0.4 # via aiohttp, requests
|
||||
constantly==15.1.0 # via twisted
|
||||
cryptography==2.8 # via adal, autobahn, azure-keyvault
|
||||
daphne==1.4.2
|
||||
cryptography==2.8 # via adal, autobahn, azure-keyvault, pyopenssl, service-identity
|
||||
daphne==2.4.1
|
||||
defusedxml==0.6.0 # via python3-openid, python3-saml, social-auth-core
|
||||
dictdiffer==0.8.1 # via openshift
|
||||
django-auth-ldap==2.1.0
|
||||
django-cors-headers==3.2.0
|
||||
django-cors-headers==3.2.1
|
||||
django-crum==0.7.5
|
||||
django-extensions==2.2.5
|
||||
django-jsonfield==1.2.0
|
||||
django-oauth-toolkit==1.1.3
|
||||
django-pglocks==1.0.3
|
||||
django-pglocks==1.0.4
|
||||
django-polymorphic==2.1.2
|
||||
django-qsstats-magic==1.1.0
|
||||
django-radius==1.3.3
|
||||
@@ -41,24 +44,23 @@ docutils==0.15.2 # via python-daemon
|
||||
future==0.16.0 # via django-radius
|
||||
gitdb2==2.0.6 # via gitpython
|
||||
gitpython==3.0.5
|
||||
google-auth==1.9.0 # via kubernetes
|
||||
google-auth==1.10.0 # via kubernetes
|
||||
hiredis==1.0.1 # via aioredis
|
||||
hyperlink==19.0.0 # via twisted
|
||||
idna==2.8 # via hyperlink, requests
|
||||
importlib-metadata==1.3.0 # via inflect, irc, jsonschema, kombu
|
||||
idna-ssl==1.1.0 # via aiohttp
|
||||
idna==2.8 # via hyperlink, idna-ssl, requests, twisted, yarl
|
||||
importlib-metadata==1.4.0 # via irc, jsonschema, kombu
|
||||
importlib-resources==1.0.2 # via jaraco.text
|
||||
incremental==17.5.0 # via twisted
|
||||
inflect==3.0.2 # via jaraco.itertools
|
||||
irc==17.1
|
||||
irc==18.0.0
|
||||
isodate==0.6.0 # via msrest, python3-saml
|
||||
jaraco.classes==2.0 # via jaraco.collections
|
||||
jaraco.collections==2.1 # via irc
|
||||
jaraco.functools==2.0 # via irc, jaraco.text, tempora
|
||||
jaraco.itertools==4.4.2 # via irc
|
||||
jaraco.logging==2.0 # via irc
|
||||
jaraco.classes==3.1.0 # via jaraco.collections
|
||||
jaraco.collections==3.0.0 # via irc
|
||||
jaraco.functools==3.0.0 # via irc, jaraco.text, tempora
|
||||
jaraco.logging==3.0.0 # via irc
|
||||
jaraco.stream==3.0.0 # via irc
|
||||
jaraco.text==3.2.0 # via irc, jaraco.collections
|
||||
jinja2==2.10.3
|
||||
jsonpickle==1.2 # via asgi-amqp
|
||||
jsonschema==3.2.0
|
||||
kombu==4.6.7 # via asgi-amqp
|
||||
kubernetes==10.0.1 # via openshift
|
||||
@@ -66,10 +68,11 @@ lockfile==0.12.2 # via python-daemon
|
||||
lxml==4.4.2 # via xmlsec
|
||||
markdown==3.1.1
|
||||
markupsafe==1.1.1 # via jinja2
|
||||
more-itertools==8.0.2 # via irc, jaraco.functools, jaraco.itertools, zipp
|
||||
msgpack-python==0.5.6 # via asgi-amqp
|
||||
more-itertools==8.1.0 # via irc, jaraco.classes, jaraco.functools, zipp
|
||||
msgpack==0.6.2 # via channels-redis
|
||||
msrest==0.6.10 # via azure-keyvault, msrestazure
|
||||
msrestazure==0.6.2 # via azure-keyvault
|
||||
multidict==4.7.4 # via aiohttp, yarl
|
||||
netaddr==0.7.19 # via pyrad
|
||||
oauthlib==3.1.0 # via django-oauth-toolkit, requests-oauthlib, social-auth-core
|
||||
openshift==0.10.1
|
||||
@@ -79,15 +82,16 @@ prometheus-client==0.7.1
|
||||
psutil==5.6.7 # via ansible-runner
|
||||
psycopg2==2.8.4
|
||||
ptyprocess==0.6.0 # via pexpect
|
||||
pyasn1-modules==0.2.7 # via google-auth, python-ldap
|
||||
pyasn1==0.4.8 # via pyasn1-modules, python-ldap, rsa
|
||||
pyasn1-modules==0.2.8 # via google-auth, python-ldap, service-identity
|
||||
pyasn1==0.4.8 # via pyasn1-modules, python-ldap, rsa, service-identity
|
||||
pycparser==2.19 # via cffi
|
||||
pygerduty==0.38.2
|
||||
pyhamcrest==1.9.0 # via twisted
|
||||
pyjwt==1.7.1 # via adal, social-auth-core, twilio
|
||||
pyparsing==2.4.5
|
||||
pyopenssl==19.1.0 # via twisted
|
||||
pyparsing==2.4.6
|
||||
pyrad==2.2 # via django-radius
|
||||
pyrsistent==0.15.6 # via jsonschema
|
||||
pyrsistent==0.15.7 # via jsonschema
|
||||
python-daemon==2.2.4 # via ansible-runner
|
||||
python-dateutil==2.8.1 # via adal, kubernetes
|
||||
python-ldap==3.2.0 # via django-auth-ldap
|
||||
@@ -98,6 +102,8 @@ python3-openid==3.1.0 # via social-auth-core
|
||||
python3-saml==1.9.0
|
||||
pytz==2019.3 # via django, irc, tempora, twilio
|
||||
pyyaml==5.2 # via ansible-runner, djangorestframework-yaml, kubernetes
|
||||
pyyaml==5.3 # via ansible-runner, djangorestframework-yaml, kubernetes
|
||||
redis==3.3.11
|
||||
requests-futures==1.0.0
|
||||
requests-oauthlib==1.3.0 # via kubernetes, msrest, social-auth-core
|
||||
requests==2.22.0
|
||||
@@ -112,17 +118,19 @@ social-auth-app-django==3.1.0
|
||||
social-auth-core==3.2.0
|
||||
sqlparse==0.3.0 # via django
|
||||
tacacs_plus==1.0
|
||||
tempora==1.14.1 # via irc, jaraco.logging
|
||||
twilio==6.35.1
|
||||
twisted==19.10.0 # via daphne
|
||||
tempora==2.1.0 # via irc, jaraco.logging
|
||||
twilio==6.35.2
|
||||
twisted[tls]==19.10.0 # via daphne
|
||||
txaio==18.8.1 # via autobahn
|
||||
typing-extensions==3.7.4.1 # via aiohttp
|
||||
urllib3==1.25.7 # via kubernetes, requests
|
||||
uwsgi==2.0.18
|
||||
uwsgitop==0.11
|
||||
vine==1.3.0 # via amqp
|
||||
websocket-client==0.56.0 # via kubernetes, slackclient
|
||||
websocket-client==0.57.0 # via kubernetes, slackclient
|
||||
xmlsec==1.3.3 # via python3-saml
|
||||
zipp==0.6.0 # via importlib-metadata
|
||||
yarl==1.4.2 # via aiohttp
|
||||
zipp==1.0.0 # via importlib-metadata
|
||||
zope.interface==4.7.1 # via twisted
|
||||
|
||||
# The following packages are considered to be unsafe in a requirements file:
|
||||
|
||||
Reference in New Issue
Block a user