Projet

Général

Profil

0001-setup-allow-micro-django-ckeditor-updates-41233.patch

Frédéric Péters, 01 avril 2020 16:31

Télécharger (704 octets)

Voir les différences:

Subject: [PATCH] setup: allow micro django-ckeditor updates (#41233)

 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
setup.py
149 149
        'Programming Language :: Python :: 3',
150 150
    ],
151 151
    install_requires=['django>=1.11, <1.12',
152
        'django-ckeditor<=4.5.3',
152
        'django-ckeditor<4.5.4',
153 153
        'gadjo>=0.53',
154 154
        'feedparser',
155 155
        'django-jsonfield',
156
-