Skip to content

Commit

Permalink
fix hosts for DoH ( #156 )
Browse files Browse the repository at this point in the history
  • Loading branch information
URenko committed Jan 20, 2024
1 parent cd63765 commit 5b37cf5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies = [
'packaging',
'cryptography',
'tld',
'dnspython >= 2.4',
'dnspython >= 2.5',
'tomli >= 1.1.0 ; python_version < "3.11"'
]

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
packaging
cryptography
tld
dnspython >= 2.4
dnspython >= 2.5
tomli >= 1.1.0 ; python_version < "3.11"

0 comments on commit 5b37cf5

Please sign in to comment.