Bundescrawler/pyproject.toml

18 lines
375 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",
"gitpython"
]