pin versions of dependencies

This commit is contained in:
Marco Lents 2025-12-02 10:44:03 +01:00
parent eba6cc7fb9
commit bc6dcea7e1

View file

@ -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"
]