Skip to content

Commit

Permalink
Fix dev and optional dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
staticdev committed Jan 27, 2025
1 parent 8b3828d commit 73abbc8
Show file tree
Hide file tree
Showing 2 changed files with 388 additions and 79 deletions.
74 changes: 35 additions & 39 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,45 +59,8 @@ isort = "isort.setuptools_commands:ISortCommand"
isort = "isort.pylama_isort:Linter"

[project.optional-dependencies]
optional = [
"colorama>=0.4.6",
"setuptools",
]
dev = [
"bandit>=1.7.7",
"black>=24.3.0",
"colorama>=0.4.6",
"coverage[toml]>=6.5.0",
"cruft>=2.12.0",
"example-isort-sorting-plugin>=0.1.0",
"example-shared-isort-profile>=0.1.0",
"flake8>=3.8.4",
"flake8-bugbear>=22.12.12",
"httpx>=0.13.3",
"hypothesis>=6.10.1",
"hypothesmith>=0.1.3",
"libcst>=0.3.18",
"mypy>=1.14.1",
"mypy-extensions>=0.4.3",
"pep8-naming>=0.8.2",
"pip>=21.1.1",
"pip_api>=0.0.12",
"pipreqs>=0.4.9",
"portray>=1.8.0",
"pre-commit>=2.13.0",
"pylama>=7.7",
"pytest>=7.4.2",
"pytest-benchmark>=3.4.1",
"pytest-mock>=1.10",
"requirementslib>=1.5",
"safety>=2.2.0",
"stdlibs>=2024.10.21.16",
"toml>=0.10.2",
"types-colorama>=0.4.2",
"types-setuptools>=70.0.0.20240523",
"types-toml>=0.1.3",
"vulture>=1.0",
]
colors = ["colorama"]
plugins = ["setuptools"]

[tool.coverage.paths]
source = [
Expand Down Expand Up @@ -143,7 +106,40 @@ build-backend = "hatchling.build"

[dependency-groups]
dev = [
"bandit>=1.7.7",
"black>=24.3.0",
"colorama>=0.4.6",
"coverage[toml]>=6.5.0",
"cruft>=2.12.0",
"example-isort-sorting-plugin>=0.1.0",
"example-shared-isort-profile>=0.1.0",
"flake8>=3.8.4",
"flake8-bugbear>=22.12.12",
"hatch>=1.14.0",
"httpx>=0.13.3",
"hypothesis>=6.10.1",
"hypothesmith>=0.1.3",
"libcst>=0.3.18",
"mypy>=1.14.1",
"mypy-extensions>=0.4.3",
"pep8-naming>=0.8.2",
"pip>=21.1.1",
"pip_api>=0.0.12",
"pipreqs>=0.4.9",
"portray>=1.8.0",
"pre-commit>=2.13.0",
"pylama>=7.7",
"pytest>=7.4.2",
"pytest-benchmark>=3.4.1",
"pytest-mock>=1.10",
"requirementslib>=1.5",
"safety>=2.2.0",
"stdlibs>=2024.10.21.16",
"toml>=0.10.2",
"types-colorama>=0.4.2",
"types-setuptools>=70.0.0.20240523",
"types-toml>=0.1.3",
"vulture>=1.0",
]

[tool.mypy]
Expand Down
Loading

0 comments on commit 73abbc8

Please sign in to comment.