Skip to content

Commit

Permalink
fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
hvlads committed Feb 11, 2025
1 parent 32146a5 commit 8a0068c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion django_ckeditor_5/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "django_ckeditor_5",
"version": "0.2.16",
"version": "0.2.17",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ keywords = ["CKEditor", "CKEditor5", "Django"]
license = {text = "BSD-3-Clause"}
readme = "README.rst"
requires-python = ">=3.7"
version = "0.2.16"
version = "0.2.17"

authors = [
{"name" = "Vladislav Khoboko", "email" = "[email protected]"},
Expand Down Expand Up @@ -38,7 +38,7 @@ classifiers = [
]

dependencies = [
'Django >= 5.1.6',
'Django >= 2.2',
'Pillow',
]

Expand Down

0 comments on commit 8a0068c

Please sign in to comment.