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)
This commit is contained in:
Ryan Petrello
2019-02-25 20:56:59 -05:00
committed by Jake McDermott
parent 69368d874e
commit b851e2be4a
5 changed files with 52 additions and 233 deletions

View File

@@ -50,4 +50,3 @@ uWSGI==2.0.17
uwsgitop==0.10.0
pip==9.0.1
setuptools==36.0.1
hvac==0.7.1

View File

@@ -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