-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(dependencies): update version and dependencies
- Loading branch information
1 parent
340c19f
commit f74862e
Showing
2 changed files
with
6 additions
and
6 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,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "django-sage-blog" | ||
version = "0.1.5" | ||
version = "0.1.6" | ||
description = "Comprehensive Django package designed to seamlessly integrate blogging capabilities into your Django project." | ||
authors = ["Sepehr Akbarzadeh <[email protected]>"] | ||
readme = "README.md" | ||
|
@@ -30,11 +30,11 @@ python = "^3.12" | |
django = "^5.0.7" | ||
sorl-thumbnail = "^12.10.0" | ||
readtime = "^3.0.0" | ||
django-sage-seo = {extras = ["json-forms"], version = "^0.2.3"} | ||
django-sage-tools = "^0.1.3" | ||
django-jsonform = "^2.22.0" | ||
pillow = "^10.4.0" | ||
django-filter = "^24.2" | ||
django-sage-seo = "^0.3.1" | ||
|
||
[tool.poetry.group.dev.dependencies] | ||
black = "^24.4.2" | ||
|