diff --git a/pyproject.toml b/pyproject.toml index 19eda95..e0634fa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ classifiers = [ ] dynamic = [ "version" ] dependencies = [ - "beautifulsoup4==4.13.3", + "beautifulsoup4>=4.13.3", "requests", ]