Projet

Général

Profil

0001-misc-use-python-magic-instead-of-file-magic-64837.patch

Emmanuel Cazenave, 04 mai 2022 11:32

Télécharger (644 octets)

Voir les différences:

Subject: [PATCH] misc: use python-magic instead of file-magic (#64837)

 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
setup.py
113 113
        'django-jsonfield >= 0.9.3',
114 114
        'django-filter>1,<2.5',
115 115
        'djangorestframework>=3.4',
116
        'file-magic',
116
        'python-magic',
117 117
        'requests',
118 118
        'sorl-thumbnail',
119 119
    ],
120
-