Skip to content

Commit

Permalink
Merge branch 'master' into index_meta_db
Browse files Browse the repository at this point in the history
  • Loading branch information
CasperWA committed Dec 10, 2019
2 parents 9e9b317 + c369b8c commit b66f81e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ requests==2.22.0
uvicorn==0.10
pymongo==3.8
mongomock==3.16
django==2.2.5
django==2.2.8
elasticsearch_dsl==6.4.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# Dependencies
mongo_deps = ["pymongo~=3.8", "mongomock~=3.16"]
server_deps = ["uvicorn"] + mongo_deps
django_deps = ["django~=2.2"]
django_deps = ["django~=2.2,>=2.2.8"]
elastic_deps = ["elasticsearch_dsl~=6.4"]
testing_deps = [
"pytest~=3.6",
Expand Down

0 comments on commit b66f81e

Please sign in to comment.