From 6351d8198e171abbb2db656b6bd3a3b1e883abdf Mon Sep 17 00:00:00 2001 From: benedettoleto Date: Wed, 8 May 2024 11:23:38 +0200 Subject: [PATCH] remove unnecessary dependency package --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4a15208f..0cd24886 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -113,7 +113,6 @@ build-backend = "poetry.core.masonry.api" coverage = "7.2.7" pylint = "3.1.0" pytest = "7.3.1" -pyarmor = "8.5.2" pytest-cov = "3.0.0" [tool.poetry.group.docs.dependencies] @@ -130,5 +129,5 @@ sphinx-copybutton = "0.5.2" six = "*" [tool.poetry.extras] -tests = ["coverage", "pylint", "pytest", "pytest-cov", "pyarmor"] +tests = ["coverage", "pylint", "pytest", "pytest-cov"] docs = ["sphinx", "sphinx-rtd-theme", "sphinx-tabs", "sphinx-autoapi", "sphinx-copybutton", "myst-parser", "hudsonthames-sphinx-theme", "docutils", "jinja2", "releases"] \ No newline at end of file