From e836413719cb55611b51564e20d2f69ad81ed498 Mon Sep 17 00:00:00 2001 From: Richard Mwewa <74001397+rly0nheart@users.noreply.github.com> Date: Fri, 24 Feb 2023 02:40:31 +0200 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a5784c7..0eff0c5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,21 +13,19 @@ classifiers = [ "Intended Audience :: Information Technology", "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Operating System :: OS Independent", - "Natural Language :: English", - "" + "Natural Language :: English" ] -dependencies = [ - "rich", - "psutil", - "requests", - "pyreadline3", -] +[tool.poetry.dependencies] +rich = "*" +psutil = "*" +requests = "*" +pyreadline3 = "*" -[project.urls] +[tool.poetry.scripts] +octosuite = "octosuite.main:octosuite" + +[tool.poetry.urls] homepage = "https://github.com/bellingcat/octosuite" documentation = "https://github.com/bellingcat/octosuite/wiki" repository = "https://github.com/bellingcat/octosuite.git" - -[project.scripts] -octosuite = "octosuite.main:octosuite"