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.
pull/399/head
Aidaho 2024-10-16 08:23:02 +03:00
parent 7173ed8357
commit 3f9722bcea
1 changed files with 4 additions and 0 deletions

View File

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