Skip to content

Commit

Permalink
Forgot to declare new dep
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Kessinger committed Sep 30, 2017
1 parent 61b4a7f commit 3c8ed6e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ paco>=0.1.11
retrying>=1.3.3
pygtrie>=2.2
six>=1.10.0
attrs>=17.2.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,14 @@ def run_tests(self):
"retrying>=1.3.3",
"pygtrie>=2.2",
"six>=1.10.0",
"attrs>=17.2.0",
]

test_requirements = [
"moto",
"pytest",
"requests",
"flask",
"attrs",
"iso8601==0.1.12",
"pytest-asyncio",
"pystrainer==1.3.1",
Expand Down
2 changes: 1 addition & 1 deletion ssshelf/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.0"
__version__ = "0.1.1"

0 comments on commit 3c8ed6e

Please sign in to comment.