-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8 from diegoquiroz/update-deps-for-5.x
Update dependencies for Django 5.x compatibility by @diegoquiroz in #8
- Loading branch information
Showing
2 changed files
with
80 additions
and
77 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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] | ||
|