Skip to content

Commit

Permalink
Fix tox tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fsbraun committed Mar 13, 2024
1 parent 3656677 commit a442323
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ dependencies = [
packages = ["djangocms_text", "djangocms_text_ckeditor"]

[project.urls]
Homepage = "https://github.com/fsbraun/djangocms-text-rte"
Homepage = "https://github.com/django-cms/djangocms-text"

[tool.hatch.version]
path = "djangocms_text/__init__.py"
Expand Down
1 change: 1 addition & 0 deletions tests/requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ djangocms-link>=2.2.1
django-polymorphic>=2.0.3
Pillow
html5lib>=0.999999999
setuptools

# other requirements
coverage
Expand Down

0 comments on commit a442323

Please sign in to comment.