diff options
Diffstat (limited to 'poetry.lock')
| -rw-r--r-- | poetry.lock | 23 |
1 files changed, 22 insertions, 1 deletions
diff --git a/poetry.lock b/poetry.lock index 9bf75d6..3763009 100644 --- a/poetry.lock +++ b/poetry.lock @@ -843,6 +843,24 @@ docs = ["Sphinx", "furo"] test = ["objgraph", "psutil", "setuptools"] [[package]] +name = "hittekaart-py" +version = "0.1.0" +description = "" +optional = true +python-versions = ">=3.8" +groups = ["main"] +markers = "extra == \"hittekaart\"" +files = [] +develop = false + +[package.source] +type = "git" +url = "https://gitlab.com/dunj3/hittekaart" +reference = "013dc01683c42177e132847475c8b57d1a67fc14" +resolved_reference = "013dc01683c42177e132847475c8b57d1a67fc14" +subdirectory = "hittekaart-py" + +[[package]] name = "hupper" version = "1.12.1" description = "Integrated process monitor for developing and reloading daemons." @@ -2653,7 +2671,10 @@ transaction = ">=1.6.0" [package.extras] test = ["zope.testing"] +[extras] +hittekaart = ["hittekaart-py"] + [metadata] lock-version = "2.1" python-versions = ">=3.11" -content-hash = "7d457584ce55a0ded1aa21bdc7cf0cca26e4e30915e762d09d5d2d7f0ba4752f" +content-hash = "b2bd0fd69ceab70c448a4e4b517ce30c65c17148f0ac9698eaadd4673b66f36a" |
