Skip to content

Commit

Permalink
Added uni_form, emailconfirmation as dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pennersr committed Oct 18, 2010
1 parent ed8e735 commit 1a6086b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ settings.py:
)

INSTALLED_APPS = (
...
'emailconfirmation',
'uni_form',

'allauth',
'allauth.account',
'allauth.socialaccount',
Expand Down
6 changes: 5 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@
long_description=open('README.rst').read(),
url='http://github.com/pennersr/django-allauth',
keywords='django auth account social openid twitter facebook oauth registration',
install_requires=['django', 'oauth2', 'python-openid'],
install_requires=['django',
'oauth2',
'python-openid',
'django-email-confirmation',
'django-uni-form'],
include_package_data=True,
classifiers=[
'Development Status :: 3 - Alpha',
Expand Down

0 comments on commit 1a6086b

Please sign in to comment.