Skip to content

Commit

Permalink
exclude upper end of the req version range
Browse files Browse the repository at this point in the history
  • Loading branch information
brad committed Jan 25, 2015
1 parent 5166fc1 commit 52b2347
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
celery>=3.1.0,<=3.2.0
misfit>=0.1.0,<=0.2.0
celery>=3.1.0,<3.2.0
misfit>=0.1.0,<0.2.0
6 changes: 3 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-r base.txt
-r test.txt

django-debug-toolbar>=1.2.0,<=1.3.0
django>=1.6.0,<=1.8.0
tox>=1.8.0,<=1.9.0
django-debug-toolbar>=1.2.0,<1.3.0
django>=1.4.0,<1.8.0
tox>=1.8.0,<1.9.0
10 changes: 5 additions & 5 deletions requirements/test.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
coverage>=3.7.0,<=3.8.0
freezegun>=0.2.3,<=0.3.0
httmock>=1.2.0,<=1.3.0
mock>=1.0.0,<=1.1.0
nose>=1.3.0,<=1.4.0
coverage>=3.7.0,<3.8.0
freezegun>=0.2.3,<0.3.0
httmock>=1.2.0,<1.3.0
mock>=1.0.0,<1.1.0
nose>=1.3.0,<1.4.0

0 comments on commit 52b2347

Please sign in to comment.