diff options
Diffstat (limited to 'requirements/README.md')
-rw-r--r-- | requirements/README.md | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/requirements/README.md b/requirements/README.md index b026c20aa7..69ab2d4bcf 100644 --- a/requirements/README.md +++ b/requirements/README.md @@ -108,12 +108,6 @@ Upgrading to 4.0.0 causes error because imports changed. ImportError: cannot import name 'KeyVaultClient' ``` -### slackclient - -Imports as used in `awx/main/notifications/slack_backend.py` changed -in version 2.0. This plugin code will need to change and be re-tested -as the upgrade takes place. - ### django-jsonfield Instead of calling a `loads()` operation, the returned value is casted into |