Skip to content

Commit

Permalink
use requirement ranges
Browse files Browse the repository at this point in the history
  • Loading branch information
brad committed Feb 9, 2015
1 parent 328b3ef commit b8f9df0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Django>=1.4
python-healthvault>=0.1.5
python-healthvault>=0.1,<0.2
4 changes: 2 additions & 2 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-r test.txt

# Set packages to the latest stable release, requests.io will notify of new releases
django==1.7.1
tox==1.8.1
django>=1.7,<1.8a1
tox>=1.8,<1.9
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
coverage==3.7.1
mock==1.0.1
coverage>=3.7,<3.8
mock>=1.0,<1.1

0 comments on commit b8f9df0

Please sign in to comment.