From 094cae52e5dd0342e238847bbab73bacbe762cd6 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 e35949b65..230318082 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