Skip to content

Commit

Permalink
remove dtyper
Browse files Browse the repository at this point in the history
  • Loading branch information
raminqaf committed May 22, 2024
1 parent 5b5acaf commit edf0359
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 18 deletions.
3 changes: 1 addition & 2 deletions kpops/cli/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
from pathlib import Path
from typing import Optional

import dtyper
import typer

import kpops
Expand All @@ -18,7 +17,7 @@
)
from kpops.utils.yaml import print_yaml

app = dtyper.Typer(pretty_exceptions_enable=False)
app = typer.Typer(pretty_exceptions_enable=False)

DOTENV_PATH_OPTION: Optional[list[Path]] = typer.Option(
default=None,
Expand Down
16 changes: 1 addition & 15 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ pydantic-settings = "^2.0.3"
rich = "^12.4.4"
PyYAML = "^6.0"
typer = { extras = ["all"], version = "^0.6.1" }
dtyper = "^2.1.0"
pyhumps = "^3.7.3"
cachetools = "^5.2.0"
dictdiffer = "^0.9.0"
Expand Down

0 comments on commit edf0359

Please sign in to comment.