mirror of
https://github.com/ansible/awx.git
synced 2026-05-17 14:27:42 -02:30
init ansible-runner requirements
This commit is contained in:
1
Makefile
1
Makefile
@@ -146,6 +146,7 @@ virtualenv_awx:
|
|||||||
fi; \
|
fi; \
|
||||||
if [ ! -d "$(VENV_BASE)/awx" ]; then \
|
if [ ! -d "$(VENV_BASE)/awx" ]; then \
|
||||||
$(PYTHON) -m venv --system-site-packages $(VENV_BASE)/awx; \
|
$(PYTHON) -m venv --system-site-packages $(VENV_BASE)/awx; \
|
||||||
|
$(VENV_BASE)/awx/bin/pip install $(PIP_OPTIONS) --ignore-installed docutils==0.14; \
|
||||||
fi; \
|
fi; \
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
ansible-runner>=1.2.0
|
||||||
appdirs==1.4.2
|
appdirs==1.4.2
|
||||||
asgi-amqp==1.1.3
|
asgi-amqp==1.1.3
|
||||||
asgiref==1.1.2
|
asgiref==1.1.2
|
||||||
@@ -31,6 +32,7 @@ psutil==5.4.3
|
|||||||
psycopg2==2.7.3.2 # problems with Segmentation faults / wheels on upgrade
|
psycopg2==2.7.3.2 # problems with Segmentation faults / wheels on upgrade
|
||||||
pygerduty==0.37.0
|
pygerduty==0.37.0
|
||||||
pyparsing==2.2.0
|
pyparsing==2.2.0
|
||||||
|
python-daemon==2.2.0
|
||||||
python-dateutil==2.7.2 # contains support for TZINFO= parsing
|
python-dateutil==2.7.2 # contains support for TZINFO= parsing
|
||||||
python-logstash==0.4.6
|
python-logstash==0.4.6
|
||||||
python-memcached==1.59
|
python-memcached==1.59
|
||||||
|
|||||||
@@ -5,6 +5,7 @@
|
|||||||
# pip-compile requirements/requirements.in
|
# pip-compile requirements/requirements.in
|
||||||
#
|
#
|
||||||
amqp==2.3.2 # via kombu
|
amqp==2.3.2 # via kombu
|
||||||
|
ansible-runner==1.2.0
|
||||||
appdirs==1.4.2
|
appdirs==1.4.2
|
||||||
argparse==1.4.0 # via uwsgitop
|
argparse==1.4.0 # via uwsgitop
|
||||||
asgi-amqp==1.1.3
|
asgi-amqp==1.1.3
|
||||||
@@ -78,6 +79,7 @@ pyopenssl==19.0.0 # via service-identity
|
|||||||
pyparsing==2.2.0
|
pyparsing==2.2.0
|
||||||
pyrad==2.1 # via django-radius
|
pyrad==2.1 # via django-radius
|
||||||
pysocks==1.6.8 # via twilio
|
pysocks==1.6.8 # via twilio
|
||||||
|
python-daemon==2.2.0 # via ansible-runner
|
||||||
python-dateutil==2.7.2
|
python-dateutil==2.7.2
|
||||||
python-ldap==3.1.0 # via django-auth-ldap
|
python-ldap==3.1.0 # via django-auth-ldap
|
||||||
python-logstash==0.4.6
|
python-logstash==0.4.6
|
||||||
|
|||||||
Reference in New Issue
Block a user