mirror of
https://github.com/ansible/awx.git
synced 2026-01-09 23:12:08 -03:30
Use receptorctl from pypi
This commit is contained in:
parent
5cd44cde99
commit
c39a4051d7
@ -37,11 +37,13 @@ openshift>=0.11.0 # minimum version to pull in new pyyaml for CVE-2017-18342
|
||||
pexpect==4.7.0 # see library notes
|
||||
prometheus_client
|
||||
psycopg2
|
||||
psutil
|
||||
pygerduty
|
||||
pyparsing
|
||||
python3-saml
|
||||
python-ldap>=3.3.1 # https://github.com/python-ldap/python-ldap/issues/270
|
||||
pyyaml>=5.4.1 # minimum to fix https://github.com/yaml/pyyaml/issues/478
|
||||
receptorctl
|
||||
schedule==0.6.0
|
||||
social-auth-core==3.3.1 # see UPGRADE BLOCKERs
|
||||
social-auth-app-django==3.1.0 # see UPGRADE BLOCKERs
|
||||
|
||||
@ -5,8 +5,7 @@ aiohttp==3.6.2
|
||||
aioredis==1.3.1
|
||||
# via channels-redis
|
||||
ansible-runner==2.0.0a1
|
||||
# via
|
||||
# -r /awx_devel/requirements/requirements.in
|
||||
# via -r /awx_devel/requirements/requirements.in
|
||||
ansiconv==1.0.0
|
||||
# via -r /awx_devel/requirements/requirements.in
|
||||
asciichartpy==1.5.25
|
||||
@ -230,8 +229,8 @@ pkgconfig==1.5.1
|
||||
# via xmlsec
|
||||
prometheus-client==0.7.1
|
||||
# via -r /awx_devel/requirements/requirements.in
|
||||
psutil==5.7.0
|
||||
# via ansible-runner
|
||||
psutil==5.8.0
|
||||
# via -r /awx_devel/requirements/requirements.in
|
||||
psycopg2==2.8.4
|
||||
# via -r /awx_devel/requirements/requirements.in
|
||||
ptyprocess==0.6.0
|
||||
@ -296,7 +295,8 @@ pyyaml==5.4.1
|
||||
# djangorestframework-yaml
|
||||
# kubernetes
|
||||
# receptorctl
|
||||
# via -r /awx_devel/requirements/requirements_git.txt
|
||||
receptorctl==0.9.7
|
||||
# via -r /awx_devel/requirements/requirements.in
|
||||
redis==3.4.1
|
||||
# via
|
||||
# -r /awx_devel/requirements/requirements.in
|
||||
@ -411,5 +411,4 @@ setuptools==41.6.0
|
||||
# kubernetes
|
||||
# markdown
|
||||
# python-daemon
|
||||
# receptorctl
|
||||
# zope.interface
|
||||
|
||||
@ -1,2 +1 @@
|
||||
git+https://github.com/ansible/system-certifi.git@devel#egg=certifi
|
||||
git+https://github.com/project-receptor/receptor.git@0.9.6#egg=receptorctl&subdirectory=receptorctl
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user