From 82375741476c2ca7ac68de9bb8587d9f6d657ef9 Mon Sep 17 00:00:00 2001 From: Tim Loyer Date: Fri, 26 Feb 2021 12:01:00 -0500 Subject: [PATCH] add datadog to requirements --- setup.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.cfg b/setup.cfg index 00b77bf..b423c61 100644 --- a/setup.cfg +++ b/setup.cfg @@ -11,3 +11,5 @@ url = https://github.com/DirectEmployers/vaultpy [options] packages = find: python_requires = >=3.6 +install_requires = + datadog