Skip to content

Commit

Permalink
Unfreeze required libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
garncarz committed Sep 13, 2018
1 parent 8895aed commit 20d9a7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
include_package_data=True,
platforms='any',
install_requires=[
'elasticsearch<=1.9.0',
'mock<=1.0.1'
'elasticsearch',
'mock'
],
classifiers=[
'Environment :: Web Environment',
Expand Down

0 comments on commit 20d9a7a

Please sign in to comment.