File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 11Django>=1.4
22Sphinx==1.2b1
3- South==0.8.1
4- oauthlib==0.5.0
3+ South==0.8.2
4+ oauthlib==0.5.1
55six==1.3.0
6- django-braces==1.0.0
6+ django-braces==1.2.2
77coverage==3.6
Original file line number Diff line number Diff line change 11-r base.txt
2- djangorestframework==2.3.5
2+ djangorestframework==2.3.6
Original file line number Diff line number Diff line change @@ -44,9 +44,9 @@ def get_version(package):
4444 test_suite = 'runtests' ,
4545 install_requires = [
4646 'django>=1.4' ,
47- 'django-braces==1.0.0 ' ,
47+ 'django-braces==1.2.2 ' ,
4848 'six==1.3.0' ,
49- 'oauthlib==0.5.0 ' ,
49+ 'oauthlib==0.5.1 ' ,
5050 ],
5151 zip_safe = False ,
5252)
Original file line number Diff line number Diff line change @@ -6,12 +6,12 @@ downloadcache = {toxworkdir}/cache/
66commands ={envpython} runtests.py
77deps =
88 Sphinx ==1.2b1
9- South ==0.8.1
10- oauthlib ==0.5.0
9+ South ==0.8.2
10+ oauthlib ==0.5.1
1111 six ==1.3.0
12- django-braces ==1.0.0
12+ django-braces ==1.2.2
1313 coverage ==3.6
14- djangorestframework ==2.3.5
14+ djangorestframework ==2.3.6
1515
1616[testenv:py27-django14]
1717basepython = python2.7
You can’t perform that action at this time.
0 commit comments