Skip to content

Commit

Permalink
Added missing colorzero requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
Joel Collins committed Sep 7, 2020
1 parent 1322ee9 commit 2d0d9be
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 @@ -73,7 +73,7 @@
"camera",
]

__requires__ = []
__requires__ = ["colorzero"]

__extra_requires__ = {
"doc": ["sphinx"],
Expand Down

0 comments on commit 2d0d9be

Please sign in to comment.