pin versions of dependencies
This commit is contained in:
parent
eba6cc7fb9
commit
bc6dcea7e1
1 changed files with 4 additions and 4 deletions
|
|
@ -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"
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue