Skip to content

Commit

Permalink
dependency fix
Browse files Browse the repository at this point in the history
  • Loading branch information
huberrob committed Aug 30, 2023
1 parent ea0d0df commit 851d753
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ include = [
python = "^3.8.17"
pyRdfa3 = "~3.5.3"
requests = "~2.24.0"
pyyaml = "~5.4"
pyyaml = "!=6.0.0,!=5.4.0,!=5.4.1"
extruct = "~0.13.0"
rdflib = "~6.1.1"
idutils = "~1.1.5"
Expand All @@ -66,7 +66,7 @@ flask = "~1.1.4"
werkzeug = "<2.0, >1.0.0"
flask-cors = "~3.0.10"
rapidfuzz = "~3.1.2"
setuptools = "~45.2.0"
setuptools = ">=45.2.0"
urlextract = "~1.2.0"
feedparser = "~6.0.8"
beautifulsoup4 = "~4.8.2"
Expand Down

0 comments on commit 851d753

Please sign in to comment.