From 2e9f531e2c4ffe06171a71c297ef1b4ea66f61ac Mon Sep 17 00:00:00 2001 From: Sagar Vora Date: Thu, 1 Sep 2022 11:27:01 +0530 Subject: [PATCH] chore(deps): specify `PyPNG` as a dependency --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 14684f3491..c61f1a5548 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,6 +20,9 @@ dependencies = [ "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]