add bounding, env var config

This commit is contained in:
Bruce Röttgers
2025-04-18 13:35:16 +02:00
parent 3bfd30a073
commit e0aa134ecc
6 changed files with 134 additions and 37 deletions

View File

@@ -7,5 +7,6 @@ requires-python = ">=3.12"
dependencies = [
"aiofiles>=24.1.0",
"mwparserfromhell>=0.6.6",
"python-dotenv>=1.1.0",
"wikitextparser>=0.56.3",
]