Changeset 537:ab0de338e104


Ignore:
Timestamp:
04/04/12 11:45:25 (14 months ago)
Author:
Santiago Piccinini (SAn) <spiccinini@…>
Branch:
default
Message:

Fixed django-registration, south and django requirements

File:
1 edited

Legend:

Unmodified
Added
Removed
  • setup.py

    r536 r537  
    4848    # that are downloaded from source to ensure a tested revision is used. 
    4949    dependency_links=[ 
    50         'hg+http://bitbucket.org/ubernostrum/django-registration@d36a38202ee3d09d342b000f4ff634296f90df49#egg=django-registration-0.8-alpha-1', 
    5150        'hg+http://bitbucket.org/drmeers/django-dbgettext#egg=django-dbgettext-0.1', 
    5251        'git+http://github.com/nicoechaniz/django-filebrowser-no-grappelli-and-uploadify.git#egg=django-filebrowser-3.0-nograpup', 
     
    5756 
    5857    install_requires=[ 
    59         'Django==1.3.1', 
     58        'Django>=1.3.1,<1.4', 
    6059        'FeinCms==1.3.0', 
    6160        'django-autoslug==1.4.1', 
     
    6665        'django-tagging-autocomplete==0.3.1', 
    6766        'django-filebrowser==3.0-nograpup', # installed from our clone 
    68         'South==0.7.2', 
    69         'django-registration>=0.8-alpha-1', # fixed revision in dep links 
     67        'South>=0.7,<0.8', 
     68        'django-registration==0.8', 
    7069        'django-profiles==0.2', 
    7170        'django-admin-tools==0.4.0', 
Note: See TracChangeset for help on using the changeset viewer.