diff options
author | Shane McDonald <me@shanemcd.com> | 2023-06-02 18:58:21 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-02 18:58:21 +0200 |
commit | aafd4df28876f7b0d3479653a2fb77cb382e2383 (patch) | |
tree | 61097a98ce55bbe9e49e8202fa6af6b195b2331b /requirements | |
parent | Send real client remote address in TACACS+ authentication packet (#14077) (diff) | |
download | awx-aafd4df28876f7b0d3479653a2fb77cb382e2383.tar.xz awx-aafd4df28876f7b0d3479653a2fb77cb382e2383.zip |
Fix /api/swagger endpoint (available only in development mode) (#13197)
Co-authored-by: John Westcott IV <john.westcott.iv@redhat.com>
Diffstat (limited to 'requirements')
-rw-r--r-- | requirements/requirements_dev.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements/requirements_dev.txt b/requirements/requirements_dev.txt index 4db1327d40..2b658b065e 100644 --- a/requirements/requirements_dev.txt +++ b/requirements/requirements_dev.txt @@ -1,6 +1,6 @@ build django-debug-toolbar==3.2.4 -django-rest-swagger +drf-yasg # pprofile - re-add once https://github.com/vpelletier/pprofile/issues/41 is addressed ipython>=7.31.1 # https://github.com/ansible/awx/security/dependabot/30 unittest2 |