Skip to content
This repository has been archived by the owner on Jan 5, 2019. It is now read-only.

Commit

Permalink
fix(deps): Upgrade frigg dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
relekang committed Sep 27, 2015
1 parent 4c3e4d7 commit 0375329
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ six==1.9.0

click==4.1
invoke==0.10.1
frigg-settings==1.0.1
frigg-coverage==1.1.0
frigg-settings>=1.0.1,<2.0.0
frigg-coverage>=1.1.0,<2.0.0
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
requirements = [
'click==4.1',
'invoke==0.10.1',
'frigg-settings==1.0.1',
'frigg-coverage==1.1.0',
'frigg-settings>=1.0.1,<2.0.0',
'frigg-coverage>=1.1.0,<2.0.0',
]

test_requirements = [
Expand Down

0 comments on commit 0375329

Please sign in to comment.