hvlads / django-ckeditor-5

Django CKEditor 5 integration.
Other
155 stars 60 forks source link

Fix failing GitHub Actions with `bandit[toml] == 1.7.5` #151

Closed cclauss closed 1 year ago

cclauss commented 1 year ago

If you want to include TOML support, install it with the toml extras:

pip install bandit[toml]

https://bandit.readthedocs.io/en/latest/start.html

hvlads commented 1 year ago

thanks