From 3fbb8d8cbe9e1a8e3118ca600e7a5cd50e3b5a0e Mon Sep 17 00:00:00 2001 From: Richard Mwewa <74001397+rly0nheart@users.noreply.github.com> Date: Fri, 24 Feb 2023 03:03:00 +0200 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0eff0c5..08f1c3c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,16 +16,16 @@ classifiers = [ "Natural Language :: English" ] -[tool.poetry.dependencies] +[project.dependencies] rich = "*" psutil = "*" requests = "*" pyreadline3 = "*" -[tool.poetry.scripts] +[project.scripts] octosuite = "octosuite.main:octosuite" -[tool.poetry.urls] +[project.urls] homepage = "https://github.com/bellingcat/octosuite" documentation = "https://github.com/bellingcat/octosuite/wiki" repository = "https://github.com/bellingcat/octosuite.git"