Skip to content

Commit

Permalink
Add dnspython to requirements/install_requires
Browse files Browse the repository at this point in the history
  • Loading branch information
JOJ0 committed Jun 10, 2022
1 parent 1ff9125 commit e17fb2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ requests
pyyaml
tabulate
click-option-group>=0.5.2
dnspython
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
"tabulate",
"PyYaml",
"click-option-group>=0.5.2",
"dnspython"
],
entry_points="""
[console_scripts]
Expand Down

0 comments on commit e17fb2c

Please sign in to comment.