Skip to content

Commit

Permalink
fix: added dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Paradoxdruid committed Dec 15, 2022
1 parent a0be85f commit f82ba2c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ dependencies = [
"pysam",
"biopython",
"seaborn",
"requests",
]
keywords = ["genomics", "methylation", "DNA sequencing"]
dynamic = ["version"]
Expand All @@ -40,6 +41,7 @@ dev = [
"pytest",
"pytest-mock",
"mypy",
"types-requests",
]

[tool.setuptools]
Expand Down

0 comments on commit f82ba2c

Please sign in to comment.