Skip to content

Commit

Permalink
Upgrade elasticsearch to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dstufft committed Oct 28, 2015
1 parent e582ddf commit 0a37f47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ cffi==1.3.0 # via bcrypt
click==5.1
docutils==0.12 # via botocore, readme
elasticsearch-dsl==0.0.9
elasticsearch==1.9.0 # via elasticsearch-dsl rq.filter: >=1.0.0,<2.0.0
elasticsearch==2.1.0 # via elasticsearch-dsl
hiredis==0.2.0
html5lib==0.9999999 # via bleach
itsdangerous==0.24
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"celery>=3.1",
"certifi",
"click",
"elasticsearch>=1.0.0,<2.0.0",
"elasticsearch>=2.0.0,<3.0.0",
"elasticsearch_dsl",
"hiredis",
"html5lib",
Expand Down

0 comments on commit 0a37f47

Please sign in to comment.