remove python-magic dependency (#33869)

This commit is contained in:
Emmanuel Cazenave 2019-06-19 12:49:39 +02:00
parent ecf095ce15
commit e44604fb1d
2 changed files with 0 additions and 2 deletions

1
debian/control vendored
View File

@ -22,7 +22,6 @@ Depends: ${python:Depends},
python-requests,
python-setuptools,
python-django-jsonfield,
python-magic,
python-suds,
python-cmislib (>= 0.5), python-cmislib (< 0.6),
python-lxml,

View File

@ -103,7 +103,6 @@ setup(name='passerelle',
'lxml',
'python-dateutil',
'Pillow',
'python-magic',
'jsonschema',
'zeep < 3.0',
'pycrypto',