From ac80c56af643322ccf4b670ca0f02d58c7f4e373 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Tue, 12 Nov 2019 18:56:48 +0100 Subject: [PATCH] tox: add build dependencies (#36515) --- tox.ini | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tox.ini b/tox.ini index dd67ea7a0..02e9a6a3f 100644 --- a/tox.ini +++ b/tox.ini @@ -25,6 +25,13 @@ deps = mechanize gadjo pyquery + mock + requests + vobject + qrcode + Pillow + python-magic + docutils git+https://git.entrouvert.org/debian/django-ckeditor.git django >=1.11, <1.12 django-ratelimit<3