Skip to content

Commit

Permalink
Add cryptography library as requirement. Apt should install it automa…
Browse files Browse the repository at this point in the history
…tically
  • Loading branch information
rbsec committed Oct 28, 2021
1 parent be0566b commit b34372d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion dnscan.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
sys.exit(1)

try:
import dns.dnssec
import dns.query
import dns.resolver
import dns.zone
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
dnspython>=2.0.0
netaddr>=0.7.19
cryptography>=3.3.2

0 comments on commit b34372d

Please sign in to comment.