Skip to content

Commit

Permalink
add dnspython for mongo srv
Browse files Browse the repository at this point in the history
  • Loading branch information
Shyam Dwaraknath committed Jan 28, 2020
1 parent 5aeec62 commit 5e27ddd
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 @@ -8,3 +8,4 @@ mongogrant==0.3.0
aioitertools==0.5.1
numpy==1.18.0
pynng==0.5.0
dnspython==1.16.0
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"tqdm>=4.19.6",
"mongogrant>=0.2.2",
"pynng>=0.5.0",
"dnspython>=1.16.0",
],
extras_require={"vault": ["hvac>=0.9.5"], "S3": ["boto3==1.10.10"]},
classifiers=[
Expand Down

0 comments on commit 5e27ddd

Please sign in to comment.