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

12
uv.lock generated
View File

@@ -1,5 +1,4 @@
version = 1
revision = 1
requires-python = ">=3.12"
[[package]]
@@ -18,6 +17,7 @@ source = { virtual = "." }
dependencies = [
{ name = "aiofiles" },
{ name = "mwparserfromhell" },
{ name = "python-dotenv" },
{ name = "wikitextparser" },
]
@@ -25,6 +25,7 @@ dependencies = [
requires-dist = [
{ name = "aiofiles", specifier = ">=24.1.0" },
{ name = "mwparserfromhell", specifier = ">=0.6.6" },
{ name = "python-dotenv", specifier = ">=1.1.0" },
{ name = "wikitextparser", specifier = ">=0.56.3" },
]
@@ -41,6 +42,15 @@ wheels = [
{ url = "https://files.pythonhosted.org/packages/78/09/24c2f37524a3ebc3574975766748c7e4423ecefaa815c9fc4a324cbcf94a/mwparserfromhell-0.6.6-cp312-cp312-win_amd64.whl", hash = "sha256:cdc46c115b2495d4025920b7b30a6885a96d2b797ccc4009bf3cc02940ae55d3", size = 101071 },
]
[[package]]
name = "python-dotenv"
version = "1.1.0"
source = { registry = "https://pypi.org/simple" }
sdist = { url = "https://files.pythonhosted.org/packages/88/2c/7bb1416c5620485aa793f2de31d3df393d3686aa8a8506d11e10e13c5baf/python_dotenv-1.1.0.tar.gz", hash = "sha256:41f90bc6f5f177fb41f53e87666db362025010eb28f60a01c9143bfa33a2b2d5", size = 39920 }
wheels = [
{ url = "https://files.pythonhosted.org/packages/1e/18/98a99ad95133c6a6e2005fe89faedf294a748bd5dc803008059409ac9b1e/python_dotenv-1.1.0-py3-none-any.whl", hash = "sha256:d7c01d9e2293916c18baf562d95698754b0dbbb5e74d457c45d4f6561fb9d55d", size = 20256 },
]
[[package]]
name = "regex"
version = "2024.11.6"