Skip to content

Commit

Permalink
Update DUA requirement to support Django 1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
paltman committed Dec 10, 2015
1 parent db1192e commit 1dfcf90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def read(*parts):
test_suite="runtests.runtests",
install_requires=[
"django-appconf>=1.0.1",
"django-user-accounts>=1.2"
"django-user-accounts>=1.3"
],
tests_require=[
],
Expand Down

0 comments on commit 1dfcf90

Please sign in to comment.