diff options
author | mathieui <mathieui@mathieui.net> | 2020-05-09 19:04:18 +0200 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2020-05-09 19:08:01 +0200 |
commit | 466f8efde6b71efa7548c1dd92eaafc526f93e7d (patch) | |
tree | 604c4157c61794546f452ca51a5d4dbdf3a13967 | |
parent | f1473f6d1f1f6d16f31927ddf09b8fdba489d996 (diff) | |
download | poezio-466f8efde6b71efa7548c1dd92eaafc526f93e7d.tar.gz poezio-466f8efde6b71efa7548c1dd92eaafc526f93e7d.tar.bz2 poezio-466f8efde6b71efa7548c1dd92eaafc526f93e7d.tar.xz poezio-466f8efde6b71efa7548c1dd92eaafc526f93e7d.zip |
Add qrcode lib to the plugin requirements
-rw-r--r-- | requirements-plugins.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements-plugins.txt b/requirements-plugins.txt index c50dbf31..d3c041e2 100644 --- a/requirements-plugins.txt +++ b/requirements-plugins.txt @@ -3,3 +3,4 @@ pyinotify python-mpd2 aiohttp pygments +qrcode |