Skip to content

Commit

Permalink
Add PIL and pyproject.toml as dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsweeten committed Sep 4, 2024
1 parent 0f593a7 commit 859ad1e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "ModDotPlot"
version = "0.8.4"
version = "0.8.5"
requires-python = ">= 3.7"
dependencies = [
"pysam",
Expand All @@ -16,7 +16,9 @@ dependencies = [
"mmh3",
"tk",
"setproctitle",
"numpy"
"numpy",
"PIL",
"patchworklib"
]
authors = [
{name = "Alex Sweeten", email = "[email protected]"},
Expand Down

0 comments on commit 859ad1e

Please sign in to comment.