Browse Source

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 1 month ago
parent
commit
3f9722bcea
  1. 4
      requirements.txt

4
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

Loading…
Cancel
Save