Skip to content

Commit

Permalink
Add feedparser to requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
b-j-mills committed Dec 10, 2024
1 parent 83ab2b2 commit 620020c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ requires-python = ">=3.12"
dependencies = [
"hdx-python-api",
"hdx-python-utilities",
"feedparser",
]

dynamic = ["version"]
Expand Down
8 changes: 8 additions & 0 deletions requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 620020c

Please sign in to comment.