Skip to content

Commit

Permalink
Change: update MongoDB requirements to support srv. (#2962)
Browse files Browse the repository at this point in the history
  • Loading branch information
arikfr committed Oct 18, 2018
1 parent 45f4d46 commit 7d1dbb8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements_all_ds.txt
Expand Up @@ -5,7 +5,7 @@ influxdb==2.7.1
MySQL-python==1.2.5
oauth2client==3.0.0
pyhive==0.3.0
pymongo==3.6.1
pymongo[tls,srv]==3.6.1
vertica-python==0.5.1
td-client==0.8.0
pymssql==2.1.3
Expand Down
2 changes: 1 addition & 1 deletion requirements_dev.txt
Expand Up @@ -6,6 +6,6 @@ mock==2.0.0

# PyMongo and Athena dependencies are needed for some of the unit tests:
# (this is not perfect and we should resolve this in a different way)
pymongo==3.6.1
pymongo[tls,srv]==3.6.1
botocore==1.10.2
PyAthena>=1.0.0

0 comments on commit 7d1dbb8

Please sign in to comment.