diff --git a/pyproject.toml b/pyproject.toml index 0fff45a..f5935e5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,10 +9,10 @@ maintainers = [ {name = "Marco Lents", email = "marco@mail.lents.xyz"} ] -description = "Crawls the website of the german parlament and tracks any changes in a separate repository." +description = "Scrapes the website of the german parlament and tracks any changes in a separate repository." dependencies = [ - "beautifulsoup4", - "requests", - "gitpython" + "beautifulsoup4==4.14.2", + "requests==2.32.5", + "gitpython==3.1.45" ]