Skip to content

Commit 75a8f46

Browse files
committed
Updated requirements
1 parent 2327bd2 commit 75a8f46

File tree

4 files changed

+9
-14
lines changed

4 files changed

+9
-14
lines changed

requirements/base.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
Django>=1.4
21
Sphinx==1.2b1
32
South==0.8.2
43
oauthlib==0.6.0

requirements/optional.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
-r base.txt
2-
djangorestframework==2.3.6
2+
djangorestframework>=2.3

requirements/project.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
-r base.txt
2+
Django>=1.4

tox.ini

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,40 +5,34 @@ envlist = py27-django14,py27-django15,py33-django15,py27-django16,py33-django16
55
downloadcache = {toxworkdir}/cache/
66
commands={envpython} runtests.py
77
deps =
8-
Sphinx==1.2b1
9-
South==0.8.2
10-
oauthlib==0.6.0
11-
six==1.3.0
12-
django-braces==1.2.2
13-
coverage==3.6
14-
djangorestframework==2.3.6
8+
-r{toxinidir}/requirements/optional.txt
159

1610
[testenv:py27-django14]
1711
basepython = python2.7
1812
deps =
19-
Django==1.4.6
13+
Django==1.4.8
2014
{[testenv]deps}
2115

2216
[testenv:py27-django15]
2317
basepython = python2.7
2418
deps =
25-
Django==1.5.2
19+
Django==1.5.4
2620
{[testenv]deps}
2721

2822
[testenv:py33-django15]
2923
basepython = python3.3
3024
deps =
31-
Django==1.5.2
25+
Django==1.5.4
3226
{[testenv]deps}
3327

3428
[testenv:py27-django16]
3529
basepython = python2.7
3630
deps =
37-
https://www.djangoproject.com/download/1.6b3/tarball/
31+
https://www.djangoproject.com/download/1.6b4/tarball/
3832
{[testenv]deps}
3933

4034
[testenv:py33-django16]
4135
basepython = python3.3
4236
deps =
43-
https://www.djangoproject.com/download/1.6b3/tarball/
37+
https://www.djangoproject.com/download/1.6b4/tarball/
4438
{[testenv]deps}

0 commit comments

Comments
 (0)