[MongoDB] Support mongodb+srv protocol (#2159)

This commit is contained in:
Ryan
2018-10-01 01:49:29 -05:00
committed by Toby Harradine
parent b2abfc5710
commit b6c8be5f43
3 changed files with 32 additions and 5 deletions

View File

@@ -112,7 +112,7 @@ if __name__ == "__main__":
"pytest-asyncio==0.9.0",
"six==1.11.0",
],
"mongo": ["motor==2.0.0", "pymongo==3.7.1"],
"mongo": ["motor==2.0.0", "pymongo==3.7.1", "dnspython==1.15.0"],
"docs": [
"alabaster==0.7.11",
"babel==2.6.0",