Skip to content

Commit

Permalink
Add dnspython to requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
nickspaargaren committed Jul 28, 2024
1 parent 0bed796 commit dc54739
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dns-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
- uses: actions/setup-python@v2
with:
python-version: 3.8
- name: Install dnspython
run: pip install dnspython
- name: Install Requirements
run: pip install -r requirements.txt
- name: Check if list includes domains without dns response
run: |
cd scripts
Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
python-whois==0.9.4
python-whois==0.9.4
dnspython==2.6.1

0 comments on commit dc54739

Please sign in to comment.