From e22d67734e35a8079e33e580ae69bd70a05264e0 Mon Sep 17 00:00:00 2001 From: shurst-ma Date: Thu, 24 Dec 2020 23:42:12 +0000 Subject: [PATCH] Add qrcode library to setup --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0934c15..859da46 100644 --- a/setup.py +++ b/setup.py @@ -52,7 +52,8 @@ def _get_version_number(): 'python-slugify', 'jsonpickle', 'Pillow', - 'python-resize-image' + 'python-resize-image', + 'qrcode' ], test_suite='unittest', tests_require=['unittest'],