Skip to content

Commit

Permalink
remove unnecessary dependency package
Browse files Browse the repository at this point in the history
  • Loading branch information
ben9809 committed May 8, 2024
1 parent 674527f commit 6351d81
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand All @@ -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"]

0 comments on commit 6351d81

Please sign in to comment.