Skip to content
This repository has been archived by the owner on Jan 4, 2022. It is now read-only.

Commit

Permalink
Update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
synasius committed Jul 3, 2014
1 parent a63e63d commit 6fcd01a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Sphinx==1.2b1
South==0.8.2
oauthlib>=0.6.1
six==1.3.0
django-braces==1.2.2
Sphinx==1.2.2
South==1.0
oauthlib>=0.6.2
django-braces==1.4.0
six
2 changes: 1 addition & 1 deletion requirements/testing.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
-r optional.txt
coverage==3.6
coverage
mock
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ def get_version(package):
install_requires=[
'django>=1.4',
'django-braces>=1.2.2',
'six>=1.3.0',
'oauthlib>=0.6.1',
'oauthlib>=0.6.2',
'six',
],
zip_safe=False,
)

0 comments on commit 6fcd01a

Please sign in to comment.