diff options
author | mathieui <mathieui@mathieui.net> | 2020-05-09 19:12:02 +0200 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2020-05-09 19:12:02 +0200 |
commit | 7ec16d97ee6ede4ab8b484efb8ec648ab2a3569c (patch) | |
tree | 604c4157c61794546f452ca51a5d4dbdf3a13967 | |
parent | f1473f6d1f1f6d16f31927ddf09b8fdba489d996 (diff) | |
parent | 466f8efde6b71efa7548c1dd92eaafc526f93e7d (diff) | |
download | poezio-7ec16d97ee6ede4ab8b484efb8ec648ab2a3569c.tar.gz poezio-7ec16d97ee6ede4ab8b484efb8ec648ab2a3569c.tar.bz2 poezio-7ec16d97ee6ede4ab8b484efb8ec648ab2a3569c.tar.xz poezio-7ec16d97ee6ede4ab8b484efb8ec648ab2a3569c.zip |
Merge branch 'add-qr-dep' into 'master'
Add qrcode plugin dependency
See merge request poezio/poezio!91
-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 |