Open chemeng opened 3 years ago
Looks like it's used in TestAuditAdmin
, test_request_event_admin_no_users
https://github.com/soynatan/django-easy-audit/blob/860a556d0f9314e25d99904643c2a4e18c71aa51/easyaudit/tests/test_app/tests.py#L271
Seems nothing is done with it though - looks like it wouldn't be too bad to remove the bs4 dependency from the test case
This has been resolved in #267.
It's currently only available as a beta release but won't be present in the future anymore.
Why is beautifulsoup4 a dependency on the project? With some grepping I didn't see it being used anywhere.