summaryrefslogtreecommitdiffstats
path: root/requirements/README.md
diff options
context:
space:
mode:
authorChristian Adams <chadams@redhat.com>2020-01-14 16:15:50 +0100
committerChristian Adams <chadams@redhat.com>2020-04-13 17:43:59 +0200
commit955d57bce626a394217e66210d866c70d352f4c5 (patch)
treed561284a52816a57bc08b9647e97bd90036e7cea /requirements/README.md
parentPOC: replace our external log aggregation feature with rsyslog (diff)
downloadawx-955d57bce626a394217e66210d866c70d352f4c5.tar.xz
awx-955d57bce626a394217e66210d866c70d352f4c5.zip
Upstream rsyslog packaging changes
- add rsyslog repo to Dockerfile for AWX installation - Update Library Notes for requests-futures removal
Diffstat (limited to 'requirements/README.md')
-rw-r--r--requirements/README.md4
1 files changed, 0 insertions, 4 deletions
diff --git a/requirements/README.md b/requirements/README.md
index 3afa92434e..4ce399a7e9 100644
--- a/requirements/README.md
+++ b/requirements/README.md
@@ -145,7 +145,3 @@ in the top-level Makefile.
Version 4.8 makes us a little bit nervous with changes to `searchwindowsize` https://github.com/pexpect/pexpect/pull/579/files
Pin to `pexpect==4.7.x` until we have more time to move to `4.8` and test.
-### requests-futures
-
-This can be removed when a solution for the external log queuing is ready.
-https://github.com/ansible/awx/pull/5092