From 28e0d4817dc076b4987dbdb887d7bac0841246a1 Mon Sep 17 00:00:00 2001 From: Reece Hart Date: Mon, 19 Feb 2024 21:23:50 -0600 Subject: [PATCH] fix: tqdm required by cli --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cf59969..58a4b93 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,6 +23,7 @@ dependencies = [ "pysam ~= 0.22", "requests ~= 2.31", "six ~= 1.16", + "tqdm ~= 4.66", "yoyo-migrations ~= 8.2", ] @@ -42,7 +43,6 @@ dev = [ "pytest ~= 7.1", "pyright~=1.1", "requests_html ~= 0.10", - "tqdm ~= 4.66", "tox ~= 3.25", "vcrpy", ]