mirror of
https://github.com/ansible/awx.git
synced 2026-05-11 03:17:38 -02:30
Use receptorctl from pypi
This commit is contained in:
@@ -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
|
pexpect==4.7.0 # see library notes
|
||||||
prometheus_client
|
prometheus_client
|
||||||
psycopg2
|
psycopg2
|
||||||
|
psutil
|
||||||
pygerduty
|
pygerduty
|
||||||
pyparsing
|
pyparsing
|
||||||
python3-saml
|
python3-saml
|
||||||
python-ldap>=3.3.1 # https://github.com/python-ldap/python-ldap/issues/270
|
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
|
pyyaml>=5.4.1 # minimum to fix https://github.com/yaml/pyyaml/issues/478
|
||||||
|
receptorctl
|
||||||
schedule==0.6.0
|
schedule==0.6.0
|
||||||
social-auth-core==3.3.1 # see UPGRADE BLOCKERs
|
social-auth-core==3.3.1 # see UPGRADE BLOCKERs
|
||||||
social-auth-app-django==3.1.0 # 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
|
aioredis==1.3.1
|
||||||
# via channels-redis
|
# via channels-redis
|
||||||
ansible-runner==2.0.0a1
|
ansible-runner==2.0.0a1
|
||||||
# via
|
# via -r /awx_devel/requirements/requirements.in
|
||||||
# -r /awx_devel/requirements/requirements.in
|
|
||||||
ansiconv==1.0.0
|
ansiconv==1.0.0
|
||||||
# via -r /awx_devel/requirements/requirements.in
|
# via -r /awx_devel/requirements/requirements.in
|
||||||
asciichartpy==1.5.25
|
asciichartpy==1.5.25
|
||||||
@@ -230,8 +229,8 @@ pkgconfig==1.5.1
|
|||||||
# via xmlsec
|
# via xmlsec
|
||||||
prometheus-client==0.7.1
|
prometheus-client==0.7.1
|
||||||
# via -r /awx_devel/requirements/requirements.in
|
# via -r /awx_devel/requirements/requirements.in
|
||||||
psutil==5.7.0
|
psutil==5.8.0
|
||||||
# via ansible-runner
|
# via -r /awx_devel/requirements/requirements.in
|
||||||
psycopg2==2.8.4
|
psycopg2==2.8.4
|
||||||
# via -r /awx_devel/requirements/requirements.in
|
# via -r /awx_devel/requirements/requirements.in
|
||||||
ptyprocess==0.6.0
|
ptyprocess==0.6.0
|
||||||
@@ -296,7 +295,8 @@ pyyaml==5.4.1
|
|||||||
# djangorestframework-yaml
|
# djangorestframework-yaml
|
||||||
# kubernetes
|
# kubernetes
|
||||||
# receptorctl
|
# receptorctl
|
||||||
# via -r /awx_devel/requirements/requirements_git.txt
|
receptorctl==0.9.7
|
||||||
|
# via -r /awx_devel/requirements/requirements.in
|
||||||
redis==3.4.1
|
redis==3.4.1
|
||||||
# via
|
# via
|
||||||
# -r /awx_devel/requirements/requirements.in
|
# -r /awx_devel/requirements/requirements.in
|
||||||
@@ -411,5 +411,4 @@ setuptools==41.6.0
|
|||||||
# kubernetes
|
# kubernetes
|
||||||
# markdown
|
# markdown
|
||||||
# python-daemon
|
# python-daemon
|
||||||
# receptorctl
|
|
||||||
# zope.interface
|
# zope.interface
|
||||||
|
|||||||
@@ -1,2 +1 @@
|
|||||||
git+https://github.com/ansible/system-certifi.git@devel#egg=certifi
|
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
|
|
||||||
|
|||||||
Reference in New Issue
Block a user