From 3f3550788e38b4f2c4b8aeea54801704d39c5578 Mon Sep 17 00:00:00 2001 From: vggonzal <9Tcostoamm> Date: Wed, 2 Aug 2023 17:10:32 -0700 Subject: [PATCH] use poetry for dependencies --- poetry.lock | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/poetry.lock b/poetry.lock index 633080f..cd86b62 100644 --- a/poetry.lock +++ b/poetry.lock @@ -815,6 +815,22 @@ files = [ {file = "referencing-0.29.1.tar.gz", hash = "sha256:90cb53782d550ba28d2166ef3f55731f38397def8832baac5d45235f1995e35e"}, ] +[package.extras] +testing = ["astroid (>=1.5.3,<1.6.0)", "astroid (>=2.0)", "coverage", "pylint (>=1.7.2,<1.8.0)", "pylint (>=2.3.1,<2.4.0)", "pytest"] +yaml = ["PyYAML (>=5.1.0)"] + +[[package]] +name = "pylint" +version = "2.17.0" +description = "python code static checker" +category = "dev" +optional = false +python-versions = ">=3.7.2" +files = [ + {file = "pylint-2.17.0-py3-none-any.whl", hash = "sha256:e097d8325f8c88e14ad12844e3fe2d963d3de871ea9a8f8ad25ab1c109889ddc"}, + {file = "pylint-2.17.0.tar.gz", hash = "sha256:1460829b6397cb5eb0cdb0b4fc4b556348e515cdca32115f74a1eb7c20b896b4"}, +] + [package.dependencies] attrs = ">=22.2.0" rpds-py = ">=0.7.0"