Skip to content

Commit

Permalink
Merge pull request #127 from bckohan/typer-upgrade
Browse files Browse the repository at this point in the history
Update django-typer imports
  • Loading branch information
oliverandrich authored Jun 8, 2024
2 parents b126536 + a2b80ea commit 27639f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ requires-python = ">=3.8"
dependencies = [
"django>=3.2",
"certifi>=2023.7.22,<2025.0.0",
"django-typer>=1.1.2",
"django-typer>=2.1.2",
]
[project.optional-dependencies]
django-extensions = ["django-extensions>=3.2", "werkzeug>=3.0"]
Expand Down
2 changes: 1 addition & 1 deletion src/django_tailwind_cli/management/commands/tailwind.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
from django.conf import settings
from django.core.management.base import CommandError
from django.template.utils import get_app_template_dirs
from django_typer import TyperCommand, command, initialize
from django_typer.management import TyperCommand, command, initialize

from django_tailwind_cli.utils import Config

Expand Down

0 comments on commit 27639f9

Please sign in to comment.