1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-27 09:25:10 +03:00

init ansible-runner requirements

This commit is contained in:
chris meyers 2019-01-09 16:45:40 -05:00
parent 358ad05e51
commit a7cda95803
3 changed files with 5 additions and 0 deletions

View File

@ -146,6 +146,7 @@ virtualenv_awx:
fi; \
if [ ! -d "$(VENV_BASE)/awx" ]; then \
$(PYTHON) -m venv --system-site-packages $(VENV_BASE)/awx; \
$(VENV_BASE)/awx/bin/pip install $(PIP_OPTIONS) --ignore-installed docutils==0.14; \
fi; \
fi

View File

@ -1,3 +1,4 @@
ansible-runner>=1.2.0
appdirs==1.4.2
asgi-amqp==1.1.3
asgiref==1.1.2
@ -31,6 +32,7 @@ psutil==5.4.3
psycopg2==2.7.3.2 # problems with Segmentation faults / wheels on upgrade
pygerduty==0.37.0
pyparsing==2.2.0
python-daemon==2.2.0
python-dateutil==2.7.2 # contains support for TZINFO= parsing
python-logstash==0.4.6
python-memcached==1.59

View File

@ -5,6 +5,7 @@
# pip-compile requirements/requirements.in
#
amqp==2.3.2 # via kombu
ansible-runner==1.2.0
appdirs==1.4.2
argparse==1.4.0 # via uwsgitop
asgi-amqp==1.1.3
@ -78,6 +79,7 @@ pyopenssl==19.0.0 # via service-identity
pyparsing==2.2.0
pyrad==2.1 # via django-radius
pysocks==1.6.8 # via twilio
python-daemon==2.2.0 # via ansible-runner
python-dateutil==2.7.2
python-ldap==3.1.0 # via django-auth-ldap
python-logstash==0.4.6