rich text svc desc
This commit is contained in:
parent
17b6c4c9ee
commit
eb7485e345
7 changed files with 98 additions and 8 deletions
|
@ -4,7 +4,12 @@ version = "0.1.0"
|
|||
description = "Add your description here"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.13"
|
||||
dependencies = ["django>=5.1.5", "environs[django]~=14.0", "pillow>=11.1.0"]
|
||||
dependencies = [
|
||||
"django>=5.1.5",
|
||||
"django-prose-editor[sanitize]>=0.10.3",
|
||||
"environs[django]~=14.0",
|
||||
"pillow>=11.1.0",
|
||||
]
|
||||
|
||||
[project.optional-dependencies]
|
||||
dev = ["django-browser-reload~=1.13"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue