Projet

Général

Profil

0001-setup.py-pin-django-haystack-version-to-preserve-com.patch

Christophe Siraut, 17 avril 2018 17:18

Télécharger (1018 octets)

Voir les différences:

Subject: [PATCH] setup.py: pin django-haystack version to preserve
 compatibility with django<1.11

 requirements.txt | 2 +-
 setup.py         | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
requirements.txt
11 11
eopayment>=1.13
12 12
python-dateutil
13 13
djangorestframework>=3.3, <3.4
14
django-haystack
14
django-haystack<2.8.1
15 15
whoosh
16 16
sorl-thumbnail
setup.py
148 148
        'eopayment>=1.13',
149 149
        'python-dateutil',
150 150
        'djangorestframework>=3.3, <3.4',
151
        'django-haystack',
151
        'django-haystack<2.8.1',
152 152
        'whoosh',
153 153
        'sorl-thumbnail',
154 154
        'Pillow',
155
-