From 3f9722bcea72f6e68320020d643acfe2300b385e Mon Sep 17 00:00:00 2001 From: Aidaho Date: Wed, 16 Oct 2024 08:23:02 +0300 Subject: [PATCH] v8.1: Add new dependencies for async messaging and nmap. This commit updates the requirements.txt file to include aio-pika, pika, websockets, and python3-nmap. These additions are necessary to support asynchronous messaging and nmap functionality within the application. --- requirements.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/requirements.txt b/requirements.txt index c173013..dd49baa 100644 --- a/requirements.txt +++ b/requirements.txt @@ -27,3 +27,7 @@ ansible-runner==2.3.1 python-whois>=0.8.0 netaddr>=0.10.1 retry>=0.9.2 +aio-pika>=7.1.0 +pika>=1.2.0 +websockets>=9.0 +python3-nmap<=1.5.1