Skip to content

Commit

Permalink
updated package deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
Salaah01 committed Mar 5, 2024
1 parent 28f33bf commit 364399c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ classifiers =
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Expand All @@ -29,7 +28,7 @@ zip_safe = false

install_requires =
django >= 3.0
django-ckeditor >= 5.0.0
django-tinymce > 3.7.1


[options.packages.find]
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ envlist =py{37,38,39,310}
[testenv]
deps =
Django >= 3.0
django-ckeditor >= 5.0.0
django-tinymce > 3.7.1

0 comments on commit 364399c

Please sign in to comment.