Skip to content

Commit

Permalink
Merge pull request #17 from 4dn-dcic/setup-requires
Browse files Browse the repository at this point in the history
Update setup.py
  • Loading branch information
Carl Vitzthum authored Jun 19, 2018
2 parents ed3b66c + 9856bc6 commit aab5e8d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dcicutils/_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Version information."""

# The following line *must* be the last in the module, exactly as formatted:
__version__ = "0.3.0"
__version__ = "0.3.1"
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
boto3
elasticsearch>=5.0.0,<6.0.0
elasticsearch-curator>=5.0.0,<6.0.0
elasticsearch>=5.3.0,<6.0.0
elasticsearch-curator==5.*
aws_requests_auth
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
requires = [
'pytest-runner',
'boto3',
'elasticsearch>=5.3.0,<6.0.0',
'elasticsearch-curator==5.*',
'aws_requests_auth'
]

tests_require = [
Expand Down

0 comments on commit aab5e8d

Please sign in to comment.