Skip to content

Commit

Permalink
added typer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewdea committed Nov 22, 2024
1 parent 03bd112 commit dbb6d21
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,7 @@
.venv
__pycache__
.python_version
*.egg-info/
*.egg-info/

# mojo
.magic
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ dependencies = [
"requests",
"beautifulsoup4",
"tqdm",
"typer"
]
requires-python = ">=3.12"
authors = [
Expand Down

0 comments on commit dbb6d21

Please sign in to comment.