~bhavesh-goyal093/postorius/postorius-page-titles

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Florian Fuchs
  • Date: 2015-03-10 08:21:40 UTC
  • mfrom: (203.1.1 postorius)
  • Revision ID: flo.fuchs@gmail.com-20150310082140-xlalq8ooy1hj044c
Mozilla Persona integration: switch from django-social-auto to django-browserid: Contributed by Abhilash Raj.

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
    package_dir={'': 'src'},
41
41
    include_package_data=True,
42
42
    install_requires=['django>=1.5',
43
 
                      'django-social-auth>=0.7.8',
 
43
                      'django-browserid',
44
44
                      'mailmanclient']
45
45
)