commit | 069cb10d6f5c41575a9e174be04e1e3ed68c9a8d | [log] [tgz] |
---|---|---|
author | HENRY Florian <florian.henry@open-concept.pro> | Thu Sep 01 11:28:49 2022 +0200 |
committer | GitHub <noreply@github.com> | Thu Sep 01 11:28:49 2022 +0200 |
tree | 9cd1f61cad7228188b0e9b0cd48c15e6e33a36bf | |
parent | b05fdb28ffafdae2380e8a27c3b3a5201e4d380c [diff] | |
parent | 2e9f531e2c4ffe06171a71c297ef1b4ea66f61ac [diff] |
Merge branch 'develop' into dev_enhance_upgrade_process
diff --git a/pyproject.toml b/pyproject.toml index 14684f3..c61f1a5 100644 --- a/pyproject.toml +++ b/pyproject.toml
@@ -20,6 +20,9 @@ "python-youtube~=0.8.0", "taxjar~=1.9.2", "tweepy~=3.10.0", + + # Not used directly - required by PyQRCode for PNG generation + "pypng~=0.20220715.0", ] [build-system]