Changeset 537:ab0de338e104
Legend:
- Unmodified
- Added
- Removed
-
setup.py
r536 r537 48 48 # that are downloaded from source to ensure a tested revision is used. 49 49 dependency_links=[ 50 'hg+http://bitbucket.org/ubernostrum/django-registration@d36a38202ee3d09d342b000f4ff634296f90df49#egg=django-registration-0.8-alpha-1',51 50 'hg+http://bitbucket.org/drmeers/django-dbgettext#egg=django-dbgettext-0.1', 52 51 'git+http://github.com/nicoechaniz/django-filebrowser-no-grappelli-and-uploadify.git#egg=django-filebrowser-3.0-nograpup', … … 57 56 58 57 install_requires=[ 59 'Django ==1.3.1',58 'Django>=1.3.1,<1.4', 60 59 'FeinCms==1.3.0', 61 60 'django-autoslug==1.4.1', … … 66 65 'django-tagging-autocomplete==0.3.1', 67 66 '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 links67 'South>=0.7,<0.8', 68 'django-registration==0.8', 70 69 'django-profiles==0.2', 71 70 'django-admin-tools==0.4.0',
Note: See TracChangeset
for help on using the changeset viewer.

