mirror of
https://github.com/ansible/awx.git
synced 2026-03-02 17:28:51 -03:30
Add pbr to venv temporarily
This commit is contained in:
@@ -59,3 +59,7 @@ uwsgitop
|
|||||||
wheel
|
wheel
|
||||||
pip==19.3.1 # see UPGRADE BLOCKERs
|
pip==19.3.1 # see UPGRADE BLOCKERs
|
||||||
setuptools==41.6.0 # see UPGRADE BLOCKERs
|
setuptools==41.6.0 # see UPGRADE BLOCKERs
|
||||||
|
|
||||||
|
# Temporarily added to use ansible-runner from git branch, to be removed
|
||||||
|
# when ansible-runner moves from requirements_git.txt to here
|
||||||
|
pbr
|
||||||
|
|||||||
@@ -224,6 +224,8 @@ oauthlib==3.1.0
|
|||||||
# social-auth-core
|
# social-auth-core
|
||||||
openshift==0.11.0
|
openshift==0.11.0
|
||||||
# via -r /awx_devel/requirements/requirements.in
|
# via -r /awx_devel/requirements/requirements.in
|
||||||
|
pbr==5.6.0
|
||||||
|
# via -r /awx_devel/requirements/requirements.in
|
||||||
pexpect==4.7.0
|
pexpect==4.7.0
|
||||||
# via
|
# via
|
||||||
# -r /awx_devel/requirements/requirements.in
|
# -r /awx_devel/requirements/requirements.in
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
git+https://github.com/ansible/system-certifi.git@devel#egg=certifi
|
git+https://github.com/ansible/system-certifi.git@devel#egg=certifi
|
||||||
|
# Remove pbr from requirements.in when moving ansible-runner to requirements.in
|
||||||
git+https://github.com/ansible/ansible-runner.git@devel#egg=ansible-runner
|
git+https://github.com/ansible/ansible-runner.git@devel#egg=ansible-runner
|
||||||
https://receptor-nightlies.s3.amazonaws.com/receptorctl/receptorctl-latest-py3-none-any.whl
|
https://receptor-nightlies.s3.amazonaws.com/receptorctl/receptorctl-latest-py3-none-any.whl
|
||||||
|
|||||||
Reference in New Issue
Block a user