Skip to content

Commit

Permalink
fix: add simple_parsing to dependencies in project configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
tfuxu committed Dec 19, 2023
1 parent ff7aa11 commit f7d7ba9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ authors = [{name = "tfuxu"}]
description = "A fast and the most correct image dithering library"
keywords = ["golang", "bindings", "dithering", "processing"]
readme = "README_PyPI.md"
dependencies = [
"simple_parsing"
]
requires-python = ">=3.8"
classifiers = [
"Development Status :: 3 - Alpha",
Expand Down

0 comments on commit f7d7ba9

Please sign in to comment.