Skip to content

Commit

Permalink
bump to latest versions of deps; fix relative import
Browse files Browse the repository at this point in the history
  • Loading branch information
bradrf committed Aug 29, 2016
1 parent cf0439d commit ae20e71
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ pip==8.1.2
bumpversion==0.5.3
wheel==0.29.0
watchdog==0.8.3
flake8==2.6.0
flake8==3.0.4
tox==2.3.1
coverage==4.1
Sphinx==1.4.4
cryptography==1.4
coverage==4.2
Sphinx==1.4.5
cryptography==1.5
PyYAML==3.11
pytest==2.9.2
pytest==3.0.1
2 changes: 1 addition & 1 deletion s3tail/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
import re

from boto import s3
from s3tail import S3Tail
from .s3tail import S3Tail

@click.command()
@click.option('-r', '--region', type=click.Choice(r.name for r in s3.regions()),
Expand Down

0 comments on commit ae20e71

Please sign in to comment.