Skip to content

Commit fae9edd

Browse files
committed
Requirements updated
1 parent 9292d3b commit fae9edd

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

requirements/base.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Django>=1.4
22
Sphinx==1.2b1
3-
South==0.8.1
4-
oauthlib==0.5.0
3+
South==0.8.2
4+
oauthlib==0.5.1
55
six==1.3.0
6-
django-braces==1.0.0
6+
django-braces==1.2.2
77
coverage==3.6

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.5
2+
djangorestframework==2.3.6

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
)

tox.ini

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ downloadcache = {toxworkdir}/cache/
66
commands={envpython} runtests.py
77
deps =
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]
1717
basepython = python2.7

0 commit comments

Comments
 (0)