diff --git a/pyproject.toml b/pyproject.toml index 5d3810b..b29ed86 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,6 +14,7 @@ requires-python = ">=3.12" dependencies = [ "hdx-python-api", "hdx-python-utilities", + "feedparser", ] dynamic = ["version"] diff --git a/requirements-test.txt b/requirements-test.txt index a1ed797..5882a66 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -58,6 +58,10 @@ et-xmlfile==2.0.0 # via # -c requirements.txt # openpyxl +feedparser==6.0.11 + # via + # -c requirements.txt + # hdx-scraper-gdacs (pyproject.toml) frictionless==5.18.0 # via # -c requirements.txt @@ -270,6 +274,10 @@ setuptools==75.6.0 # via # -c requirements.txt # ckanapi +sgmllib3k==1.0.0 + # via + # -c requirements.txt + # feedparser shellingham==1.5.4 # via # -c requirements.txt diff --git a/requirements.txt b/requirements.txt index 3f5f951..fd480d4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -32,6 +32,8 @@ email-validator==2.2.0 # via hdx-python-api et-xmlfile==2.0.0 # via openpyxl +feedparser==6.0.11 + # via hdx-scraper-gdacs (pyproject.toml) frictionless==5.18.0 # via hdx-python-utilities hdx-python-api==6.3.5 @@ -151,6 +153,8 @@ ruamel-yaml-clib==0.2.12 # via ruamel-yaml setuptools==75.6.0 # via ckanapi +sgmllib3k==1.0.0 + # via feedparser shellingham==1.5.4 # via typer simpleeval==1.0.3