Add pydenticon to python_dependencies

This commit is contained in:
Mark Haines 2015-02-02 17:37:26 +00:00
parent 1bb0528316
commit a2da04b8ab

View File

@ -16,6 +16,7 @@ REQUIREMENTS = {
"py-bcrypt": ["bcrypt"],
"frozendict>=0.4": ["frozendict"],
"pillow": ["PIL"],
"pydenticon": ["pydenticon"],
}