17 lines
361 B
TOML
17 lines
361 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 = "Crawls the website of the german parlament and tracks any changes in a separate repository."
|
|
|
|
dependencies = [
|
|
"beautifulsoup4",
|
|
"requests",
|
|
]
|