From 0e46914401a972b4d591bf8eb5c6fe53987ce765 Mon Sep 17 00:00:00 2001 From: Florian Ritterhoff <32478819+fritterhoff@users.noreply.github.com> Date: Tue, 19 Sep 2023 11:23:57 +0200 Subject: [PATCH] add missing dependency (#51) --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 17c9037..bf0454a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,4 +3,5 @@ ansible-lint~=6.19.0 typing-extensions~=4.8.0 netaddr~=0.9.0 httpx~=0.25.0 -dnspython~=2.4.2 \ No newline at end of file +dnspython~=2.4.2 +crowdstrike-falconpy~=1.3.2 \ No newline at end of file