From 2fd38bf542e8b8076566f0ecc151e140dfd45baa Mon Sep 17 00:00:00 2001 From: Radhakrishna Sanka Date: Fri, 19 Jul 2024 14:17:00 +0000 Subject: [PATCH] Took out the stupid install dependency that wasn't doing anything --- poetry.lock | 15 ++------------- pyproject.toml | 1 - 2 files changed, 2 insertions(+), 14 deletions(-) diff --git a/poetry.lock b/poetry.lock index b4848b7..fd001e1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "alabaster" @@ -305,17 +305,6 @@ files = [ {file = "iniconfig-2.0.0.tar.gz", hash = "sha256:2d91e135bf72d31a410b17c16da610a82cb55f6b0477d1a902134b24a455b8b3"}, ] -[[package]] -name = "install" -version = "1.3.5" -description = "Install packages from within code" -optional = false -python-versions = ">=2.7, >=3.5" -files = [ - {file = "install-1.3.5-py3-none-any.whl", hash = "sha256:0d3fadf4aa62c95efe8d34757c8507eb46177f86c016c21c6551eafc6a53d5a9"}, - {file = "install-1.3.5.tar.gz", hash = "sha256:e67c8a0be5ccf8cb4ffa17d090f3a61b6e820e6a7e21cd1d2c0f7bc59b18e647"}, -] - [[package]] name = "isort" version = "5.12.0" @@ -1062,4 +1051,4 @@ docs = [] [metadata] lock-version = "2.0" python-versions = ">=3.8,<3.11" -content-hash = "e89e320d5999f62d8ae08f97bf047dd0c892ff3a17c108313e3f373bd2424074" +content-hash = "a0ffe177413c6fcf59cf1d7e2547db1dbf98835bb7f118cc3c08116637d44c7f" diff --git a/pyproject.toml b/pyproject.toml index 3b949fa..59dfb75 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,6 @@ packages = [ {include = "pymint"}] [tool.poetry.dependencies] python = ">=3.8,<3.11" -install = "^1.3.3" antlr4-python3-runtime = "^4.8" networkx = "^3.0" pygraphviz = "^1.9"