diff options
author | Ryan Petrello <rpetrell@redhat.com> | 2019-02-26 02:56:59 +0100 |
---|---|---|
committer | Jake McDermott <yo@jakemcdermott.me> | 2019-04-02 17:20:44 +0200 |
commit | b851e2be4a8d7c69436f3c5aedf93b09c40703ae (patch) | |
tree | 2378971da3dfa24bcf60f1bee2aef7f3efe67fc6 /requirements/requirements.txt | |
parent | move path parameterization to the CredentialInputSource model (diff) | |
download | awx-b851e2be4a8d7c69436f3c5aedf93b09c40703ae.tar.xz awx-b851e2be4a8d7c69436f3c5aedf93b09c40703ae.zip |
don't add hvac as a dependency for hashicorp vault integration
hvac is just based on requests anyways, and it doesn't support half of
what we need (like the SSH secrets engine API)
Diffstat (limited to 'requirements/requirements.txt')
-rw-r--r-- | requirements/requirements.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/requirements/requirements.txt b/requirements/requirements.txt index fbc87110a1..7816cfe85c 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -45,7 +45,6 @@ django==1.11.16 djangorestframework-yaml==1.0.3 djangorestframework==3.7.7 future==0.16.0 # via django-radius -hvac==0.7.1 hyperlink==18.0.0 # via twisted idna==2.8 # via hyperlink, requests incremental==17.5.0 # via twisted |