Skip to content

Commit 4e6d87d

Browse files
committed
toml update
1 parent cfa3a59 commit 4e6d87d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66
[project]
77
name = "HogProf"
88
dynamic = ["entry-points"]
9-
version = "0.0.6"
9+
version = "0.0.7"
1010
authors = [
1111
{ name="Dave Moi", email="dmoi@unil.ch" },
1212
]
@@ -33,6 +33,7 @@ dependencies = ["biopython",
3333
"six",
3434
"tables",
3535
"urllib3",
36+
"tqdm"
3637
]
3738
description = "Phylogenetic Profiling with OMA and minhashing"
3839
readme = "README.md"

0 commit comments

Comments
 (0)