diff options
author | Aaron Tan <jangsutsr@gmail.com> | 2017-06-21 18:24:43 +0200 |
---|---|---|
committer | Aaron Tan <jangsutsr@gmail.com> | 2017-06-29 22:03:07 +0200 |
commit | 9aa4ea8e614b18b6a99e674cb1ad04dcc6baaa2c (patch) | |
tree | 8ed06c5a7a1d043d3f194dc91f9e17cfb8c469dd /requirements/README.md | |
parent | Merge pull request #6684 from ryanpetrello/readable_honcho (diff) | |
download | awx-9aa4ea8e614b18b6a99e674cb1ad04dcc6baaa2c.tar.xz awx-9aa4ea8e614b18b6a99e674cb1ad04dcc6baaa2c.zip |
Add boto3 dependency and remove requests freezing
Diffstat (limited to 'requirements/README.md')
-rw-r--r-- | requirements/README.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/requirements/README.md b/requirements/README.md index 3511ea5410..a55eb998e2 100644 --- a/requirements/README.md +++ b/requirements/README.md @@ -21,3 +21,5 @@ pip-compile requirements/requirements_ansible.in > requirements/requirements_ans * all dependencies are NOT captured in our `.txt` files. This means you can't rely on the `.txt` when gathering licenses. * Packages `gevent-websocket` and `twisted` are put in `requirements.in` *not* because they are primary dependency of Tower, but because their versions needs to be freezed as dependencies of django channel. Please be mindful when doing dependency updates. + +* Package `docutils`, as an upstream of `boto3`, is commented out in both `requirements.txt` and `requirements_ansible.txt` because the official package has a bug that causes RPM build failure. [Here](https://sourceforge.net/p/docutils/bugs/321/) is the bug report. Please do not uncomment it before the bug fix lands. For now we are using [a monkey-patch version of `docutils`](https://github.com/ansible/docutils.git) that comes with the bug fix. It's included in `requirements_git.txt` and `requirements_ansible_git.txt`. |