mirror of
https://github.com/ansible/awx.git
synced 2026-01-13 19:10:07 -03:30
Merge pull request #7860 from AlanCoding/upgrade_gitpython
Upgrade gitpython to pick up bug fix Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
This commit is contained in:
commit
9bd6a323aa
@ -8,6 +8,8 @@ Commands should be run from inside the `./requirements` directory of the awx rep
|
||||
|
||||
Make sure you have `patch, awk, python3, python2, python3-venv, python2-virtualenv, pip2, pip3` installed. The development container image should have all these.
|
||||
|
||||
Even in the dev container, you may still have to dnf install `libpq-devel libcurl-devel`.
|
||||
|
||||
### Upgrading or Adding Select Libraries
|
||||
|
||||
If you need to add or upgrade one targeted library, then modify `requirements.in`,
|
||||
|
||||
@ -23,7 +23,7 @@ django-split-settings
|
||||
django-taggit
|
||||
djangorestframework
|
||||
djangorestframework-yaml
|
||||
GitPython
|
||||
GitPython>=3.1.1 # minimum to fix https://github.com/ansible/awx/issues/6119
|
||||
irc
|
||||
jinja2
|
||||
jsonschema
|
||||
|
||||
@ -43,7 +43,7 @@ djangorestframework==3.11.0 # via -r /awx_devel/requirements/requirements.in
|
||||
docutils==0.16 # via python-daemon
|
||||
future==0.16.0 # via django-radius
|
||||
gitdb==4.0.2 # via gitpython
|
||||
gitpython==3.1.0 # via -r /awx_devel/requirements/requirements.in
|
||||
gitpython==3.1.7 # via -r /awx_devel/requirements/requirements.in
|
||||
google-auth==1.11.3 # via kubernetes
|
||||
hiredis==1.0.1 # via aioredis
|
||||
hyperlink==19.0.0 # via twisted
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user