Skip to content

Commit

Permalink
chore: add dnspython to requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
jackwotherspoon committed Nov 28, 2024
1 parent 5e2e3af commit 697f9a7
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
@@ -1,5 +1,6 @@
aiofiles==24.1.0
aiohttp==3.11.7
cryptography==43.0.3
dnspython==2.7.0
Requests==2.32.3
google-auth==2.36.0
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"aiofiles",
"aiohttp",
"cryptography>=42.0.0",
"dnspython>=2.0.0",
"Requests",
"google-auth>=2.28.0",
]
Expand Down

0 comments on commit 697f9a7

Please sign in to comment.