Skip to content

Commit

Permalink
CLI: Port from Argparse to Typer
Browse files Browse the repository at this point in the history
Port codebase to use Typer instead of Argparse as the foundation to
build the command-line interface.
  • Loading branch information
tacgomes committed Sep 12, 2024
1 parent fdb4608 commit e4b41a7
Show file tree
Hide file tree
Showing 4 changed files with 254 additions and 221 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,12 @@ build-backend = "setuptools.build_meta"
name = "investir"
version = "0.3alpha"
dependencies = [
"click ~= 8.1.0",
"platformdirs ~= 4.2.0",
"prettytable ~= 3.10.0",
"python-dateutil ~= 2.8.0",
"PyYAML ~= 6.0.0",
"typer ~= 0.12.0",
"yfinance ~= 0.2.40",
]
optional-dependencies.lint = [
Expand Down
Loading

0 comments on commit e4b41a7

Please sign in to comment.