From 392ab861233e003fa247c41de8139ad293183a48 Mon Sep 17 00:00:00 2001 From: Yohann D'ANELLO Date: Sun, 17 Jan 2021 17:36:18 +0100 Subject: [PATCH] Latest python-magic version is broken --- requirements.txt | 2 +- tox.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index c2f695e..f168b52 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,6 +17,6 @@ matrix-nio~=0.15 phonenumbers~=8.9.10 psycopg2-binary~=2.8 ptpython~=3.0 -python-magic~=0.4 +python-magic==0.4.18 sympasoap~=1.0 whoosh~=2.7 diff --git a/tox.ini b/tox.ini index 91b619a..771c5de 100644 --- a/tox.ini +++ b/tox.ini @@ -22,7 +22,7 @@ deps = djangorestframework~=3.12 django-rest-polymorphic~=0.1 phonenumbers~=8.9.10 - python-magic~=0.4 + python-magic==0.4.18 whoosh~=2.7 commands = coverage run --source=apps,tfjm ./manage.py test apps/ tfjm/