commit | 2e9f531e2c4ffe06171a71c297ef1b4ea66f61ac | [log] [tgz] |
---|---|---|
author | Sagar Vora <sagar@resilient.tech> | Thu Sep 01 11:27:01 2022 +0530 |
committer | Ankush Menat <ankushmenat@gmail.com> | Thu Sep 01 11:54:08 2022 +0530 |
tree | 54de52117a258679de4da566559e53d9a090d4fb | |
parent | 30039e8e624f341f1f32b845094d1a1e96e29799 [diff] |
chore(deps): specify `PyPNG` as a dependency
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]