Skip to content

Commit

Permalink
fix: tqdm required by cli
Browse files Browse the repository at this point in the history
  • Loading branch information
Reece Hart committed Feb 20, 2024
1 parent 7a56649 commit 28e0d48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ dependencies = [
"pysam ~= 0.22",
"requests ~= 2.31",
"six ~= 1.16",
"tqdm ~= 4.66",
"yoyo-migrations ~= 8.2",
]

Expand All @@ -42,7 +43,6 @@ dev = [
"pytest ~= 7.1",
"pyright~=1.1",
"requests_html ~= 0.10",
"tqdm ~= 4.66",
"tox ~= 3.25",
"vcrpy",
]
Expand Down

0 comments on commit 28e0d48

Please sign in to comment.