Skip to content

Commit

Permalink
Add missing tqdm dependency for CLI tools
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianJKoopman committed Sep 24, 2024
1 parent a843a32 commit a9a971a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ dependencies = [
"pyyaml",
"requests",
"sqlalchemy>=1.4",
"tqdm",
"twisted",
]

Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ pyasn1==0.4.8
numpy
pyyaml
requests
tqdm

# acu agent
soaculib @ git+https://github.com/simonsobs/soaculib.git@master
Expand Down

0 comments on commit a9a971a

Please sign in to comment.