Skip to content
Snippets Groups Projects
Commit 489238b4 authored by Chris Pastl's avatar Chris Pastl
Browse files

refactor: poetry add confuse

parent 81495064
No related branches found
No related tags found
1 merge request!23YAML Config
# This file is automatically @generated by Poetry 1.4.0 and should not be changed by hand.
# This file is automatically @generated by Poetry 1.4.2 and should not be changed by hand.
[[package]]
name = "anyio"
......@@ -259,6 +259,21 @@ files = [
{file = "colorama-0.4.6.tar.gz", hash = "sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44"},
]
[[package]]
name = "confuse"
version = "2.0.1"
description = "Painless YAML configuration."
category = "main"
optional = false
python-versions = ">=3.6"
files = [
{file = "confuse-2.0.1-py3-none-any.whl", hash = "sha256:9b9e5bbc70e2cb9b318bcab14d917ec88e21bf1b724365e3815eb16e37aabd2a"},
{file = "confuse-2.0.1.tar.gz", hash = "sha256:7379a2ad49aaa862b79600cc070260c1b7974d349f4fa5e01f9afa6c4dd0611f"},
]
[package.dependencies]
pyyaml = "*"
[[package]]
name = "coverage"
version = "7.2.5"
......@@ -1353,4 +1368,4 @@ watchdog = ["watchdog"]
[metadata]
lock-version = "2.0"
python-versions = "^3.10"
content-hash = "a56f0e81fbfb2f2400d8009679e4697a2ba426346cf4774ee9cc17a6bc02bd7f"
content-hash = "830033dc8ba02dc150396d40ca1d4323a5a72fd19fdc54c5e2813e0e9afff51b"
......@@ -45,6 +45,7 @@ http-parser = "^0.9.0"
psycopg2-binary = "^2.9.5"
openapi-python-client = "^0.14.0"
tomli = "^2.0.1"
confuse = "^2.0.1"
[tool.poetry.group.dev.dependencies]
codespell = "^2.2.1"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment