diff --git a/poetry.lock b/poetry.lock index a72745f..3c77c43 100644 --- a/poetry.lock +++ b/poetry.lock @@ -224,11 +224,16 @@ version = "2.2.2" description = "Python module to gracefully handle a .config file/environment variables for scripts, with built in masking for sensitive options. Provides a Splunk friendly formatted logger instance." category = "main" optional = false -python-versions = ">=3.7,<4.0" +python-versions = "^3.7" +develop = true [package.dependencies] -PyYAML = ">=6.0,<7.0" -toml = ">=0.10.0,<0.11.0" +PyYAML = "^6.0" +toml = "^0.10.0" + +[package.source] +type = "directory" +url = "../panaetius" [[package]] name = "pbr" @@ -577,7 +582,7 @@ python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7" [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "cf725126812e7aa05eb881de12b273d64ba32c24f0d75ac0e1eb8943f7ad496c" +content-hash = "a1db17ea6defe48d6d640c87c94f57997dd769ae5d5bdc448dee53e57cb9ffd8" [metadata.files] astroid = [ @@ -768,10 +773,7 @@ packaging = [ {file = "packaging-21.0-py3-none-any.whl", hash = "sha256:c86254f9220d55e31cc94d69bade760f0847da8000def4dfe1c6b872fd14ff14"}, {file = "packaging-21.0.tar.gz", hash = "sha256:7dc96269f53a4ccec5c0670940a4281106dd0bb343f47b7471f779df49c2fbe7"}, ] -panaetius = [ - {file = "panaetius-2.2.2-py3-none-any.whl", hash = "sha256:f353c9893f0de38d90658713d968fec095beaf6834b9f5f086dab13bd292cdf1"}, - {file = "panaetius-2.2.2.tar.gz", hash = "sha256:f0a5b9cba12d91a3e21799a5f3bf1ce19b9c40e7cadad0ce2bacc654160e8694"}, -] +panaetius = [] pbr = [ {file = "pbr-5.6.0-py2.py3-none-any.whl", hash = "sha256:c68c661ac5cc81058ac94247278eeda6d2e6aecb3e227b0387c30d277e7ef8d4"}, {file = "pbr-5.6.0.tar.gz", hash = "sha256:42df03e7797b796625b1029c0400279c7c34fd7df24a7d7818a1abb5b38710dd"}, diff --git a/pyproject.toml b/pyproject.toml index c66217f..b97e44f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,8 +9,7 @@ python = "^3.8" click = "^8.0.3" pendulum = "^2.1.2" Jinja2 = "^3.0.2" -# panaetius = { path = "../panaetius", develop = true } -panaetius = "^2.2.2" +panaetius = { path = "../panaetius", develop = true } [tool.poetry.dev-dependencies] pytest = "^6.2.5"