Explorar el Código

Updated requirements now that Haystack works with Django 1.4

master
David Winterbottom hace 13 años
padre
commit
f56e81b666
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. 1
    1
      setup.py
  2. 1
    1
      testing-reqs.txt

+ 1
- 1
setup.py Ver fichero

25
       packages=find_packages(exclude=["*.tests"]),
25
       packages=find_packages(exclude=["*.tests"]),
26
       include_package_data = True,
26
       include_package_data = True,
27
       install_requires=[
27
       install_requires=[
28
-          'django==1.3.1',
28
+          'django>=1.3.1',
29
           'PIL',
29
           'PIL',
30
           'South>=0.7.3',
30
           'South>=0.7.3',
31
           'django-extra-views>=0.1.0',
31
           'django-extra-views>=0.1.0',

+ 1
- 1
testing-reqs.txt Ver fichero

2
 Sphinx==1.1.2
2
 Sphinx==1.1.2
3
 Werkzeug==0.6.2
3
 Werkzeug==0.6.2
4
 coverage==3.5.1
4
 coverage==3.5.1
5
-django-debug-toolbar==0.8.4
5
+django-debug-toolbar==0.9.4
6
 django-dynamic-fixture==1.4.2
6
 django-dynamic-fixture==1.4.2
7
 django-extensions==0.5
7
 django-extensions==0.5
8
 docutils==0.8.1
8
 docutils==0.8.1

Loading…
Cancelar
Guardar