18 lines
400 B
TOML
18 lines
400 B
TOML
[project]
|
|
name = "bundescrawler"
|
|
version = "0.1.0"
|
|
authors = [
|
|
{name = "Marco Lents", email = "marco@mail.lents.xyz"}
|
|
]
|
|
|
|
maintainers = [
|
|
{name = "Marco Lents", email = "marco@mail.lents.xyz"}
|
|
]
|
|
|
|
description = "Scrapes the website of the german parlament and tracks any changes in a separate repository."
|
|
|
|
dependencies = [
|
|
"beautifulsoup4==4.14.2",
|
|
"requests==2.32.5",
|
|
"gitpython==3.1.45"
|
|
]
|