|
|
@@ -48,12 +48,12 @@ setup(name='django-oscar',
|
|
48
|
48
|
# Treebeard is used for categories
|
|
49
|
49
|
'django-treebeard==2.0',
|
|
50
|
50
|
# Sorl is used as the default thumbnailer
|
|
51
|
|
- 'sorl-thumbnail==12.00' if PY3 else 'sorl-thumbnail==11.12',
|
|
|
51
|
+ 'sorl-thumbnail==11.12.1b' if PY3 else 'sorl-thumbnail==11.12',
|
|
52
|
52
|
# Babel is used for currency formatting
|
|
53
|
53
|
'Babel>=1.0,<1.4',
|
|
54
|
54
|
# Oscar's default templates use compressor (but you can override
|
|
55
|
55
|
# this)
|
|
56
|
|
- 'django-compressor==1.4a1' if PY3 else 'django-compressor==1.3',
|
|
|
56
|
+ 'django-compressor==1.4',
|
|
57
|
57
|
# For converting non-ASCII to ASCII when creating slugs
|
|
58
|
58
|
'Unidecode>=0.04.12,<0.05',
|
|
59
|
59
|
# For manipulating search URLs
|
|
|
@@ -63,11 +63,6 @@ setup(name='django-oscar',
|
|
63
|
63
|
# Python 2 & 3 compatibility helper
|
|
64
|
64
|
'six>=1.5.2',
|
|
65
|
65
|
],
|
|
66
|
|
- # tarballs for unreleased packages
|
|
67
|
|
- dependency_links = [
|
|
68
|
|
- 'http://github.com/mariocesar/sorl-thumbnail/tarball/34e1ffa2a1bcbf048541dd28db3a78d9d9b93ad7#egg=sorl-thumbnail-12.00',
|
|
69
|
|
- 'http://github.com/django-compressor/django-compressor/tarball/aba8c5f6b59dd78831d2bf1e53222f8475b2f9f8#egg=django-compressor-1.4a1',
|
|
70
|
|
- ],
|
|
71
|
66
|
# See http://pypi.python.org/pypi?%3Aaction=list_classifiers
|
|
72
|
67
|
classifiers=[
|
|
73
|
68
|
'Development Status :: 4 - Beta',
|