Skip to content

Commit

Permalink
Merge b1c779f into 2b0246d
Browse files Browse the repository at this point in the history
  • Loading branch information
djhoese committed Feb 18, 2022
2 parents 2b0246d + b1c779f commit db7154b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
packages=["pydecorate"],
include_package_data=True,
package_data={"pydecorate": ["fonts/*.ttf"]},
install_requires=["pillow", "aggdraw", "numpy"],
install_requires=["pillow", "aggdraw", "numpy", "setuptools"],
setup_requires=["setuptools_scm", "setuptools_scm_git_archive"],
scripts=[],
data_files=[],
Expand Down

0 comments on commit db7154b

Please sign in to comment.