Skip to content

Commit

Permalink
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions hmmer-tables/pyproject.toml
Original file line number Diff line number Diff line change
@@ -12,10 +12,14 @@ python = "^3.9"
deciphon-intervals = "^0.1.1"
more-itertools = "^10.2.0"
pydantic = "^2.6.1"
typer = "^0.9.0"

[tool.poetry.group.dev.dependencies]
pytest = ">=7.3.2"

[tool.poetry.scripts]
hmmer-tables = 'hmmer_tables.cli:app'

[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

0 comments on commit 95da462

Please sign in to comment.