Skip to content

Commit

Permalink
Merge pull request #8 from diegoquiroz/update-deps-for-5.x
Browse files Browse the repository at this point in the history
Update dependencies for Django 5.x compatibility by @diegoquiroz in #8
  • Loading branch information
Louxsdon authored Sep 27, 2024
2 parents 74b3496 + 31c0411 commit 2007e96
Show file tree
Hide file tree
Showing 2 changed files with 80 additions and 77 deletions.
149 changes: 76 additions & 73 deletions poetry.lock

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

8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
[tool.poetry]
name = "django-breeze"
version = "1.0.0"
version = "1.0.0"
description = "Django Breeze provides a minimal and simple starting point for building a Django application with Inertia and Vite with minimal or no configuration. Styled with Tailwind CSS."
keywords = ["react", "django", "vue", "inertia", "vite"]
authors = ["louxsdon <[email protected]>"]
license = "MIT"
readme = "README.md"
repository = "https://github.com/Louxsdon/django-breeze"
packages = [{include = "django_breeze"}]
packages = [{ include = "django_breeze" }]

[tool.poetry.dependencies]
python = "^3.10"
django-vite = "3.0.1"
inertia-django = "0.5.3"
django-vite = "3.0.5"
inertia-django = "0.6.0"


[tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit 2007e96

Please sign in to comment.