diff --git a/pyproject.toml b/pyproject.toml index 2fd342d..624703d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,10 @@ classifiers = [ ] license = {text = "AGPL"} -dependencies = [] +dependencies = [ + 'beautifulsoup4>=4.8.2' +] + keywords = ["CKAN"] [project.optional-dependencies]