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'],