Skip to content

Commit

Permalink
Merge pull request #13 from NSLockhart/master
Browse files Browse the repository at this point in the history
Updated for appconf release
  • Loading branch information
Sébastien Fievet committed Mar 12, 2015
2 parents a4af687 + 74bc14d commit 80a7cce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
django-appconf==0.6
six==1.4.1
django-appconf>=0.6
six==1.4.1
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
zip_safe=False,
install_requires=[
"Django>=1.4",
"django-appconf>=0.4",
"django-appconf>=0.6",
],
license="BSD",
classifiers=[
Expand Down

0 comments on commit 80a7cce

Please sign in to comment.