chore(deps): specify PyPNG as a dependency

This commit is contained in:
Sagar Vora 2022-09-01 11:27:01 +05:30 committed by Ankush Menat
parent 30039e8e62
commit 2e9f531e2c

View File

@ -20,6 +20,9 @@ dependencies = [
"python-youtube~=0.8.0", "python-youtube~=0.8.0",
"taxjar~=1.9.2", "taxjar~=1.9.2",
"tweepy~=3.10.0", "tweepy~=3.10.0",
# Not used directly - required by PyQRCode for PNG generation
"pypng~=0.20220715.0",
] ]
[build-system] [build-system]