generated from daniil-berg/boilerplate-py
📌 Restrict main dependency marshmallow>=3.12.0
;
pin all development dependencies to specific versions
This commit is contained in:
parent
0e443f08b9
commit
3c16b4ebd6
@ -37,18 +37,15 @@ dynamic = [
|
|||||||
]
|
]
|
||||||
|
|
||||||
[project.optional-dependencies]
|
[project.optional-dependencies]
|
||||||
full = [
|
|
||||||
|
|
||||||
]
|
|
||||||
dev = [
|
dev = [
|
||||||
"black",
|
"black==23.3.0",
|
||||||
"build",
|
"build==0.10.0",
|
||||||
"coverage[toml]",
|
"coverage[toml]==7.2.3",
|
||||||
"isort",
|
"isort==5.12.0",
|
||||||
"mkdocs-material",
|
"mkdocs-material==9.1.6",
|
||||||
"mkdocstrings[python]",
|
"mkdocstrings[python]==0.21.2",
|
||||||
"mypy",
|
"mypy==1.2.0",
|
||||||
"ruff",
|
"ruff==0.0.262",
|
||||||
]
|
]
|
||||||
|
|
||||||
[project.urls]
|
[project.urls]
|
||||||
|
@ -1 +1 @@
|
|||||||
marshmallow
|
marshmallow>=3.12.0
|
@ -1,9 +1,9 @@
|
|||||||
-r common.txt
|
-r common.txt
|
||||||
black
|
black==23.3.0
|
||||||
build
|
build==0.10.0
|
||||||
coverage[toml]
|
coverage[toml]==7.2.3
|
||||||
isort
|
isort==5.12.0
|
||||||
mkdocs-material
|
mkdocs-material==9.1.6
|
||||||
mkdocstrings[python]
|
mkdocstrings[python]==0.21.2
|
||||||
mypy
|
mypy==1.2.0
|
||||||
ruff
|
ruff==0.0.262
|
||||||
|
Loading…
Reference in New Issue
Block a user