mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-05-24 01:12:54 -04:00
fix dev dependencies group
This commit is contained in:
parent
7e23c2c3a8
commit
82a0530ad9
@ -43,24 +43,20 @@ tzdata = "^2022.7"
|
|||||||
uvicorn = {extras = ["standard"], version = "^0.21.0"}
|
uvicorn = {extras = ["standard"], version = "^0.21.0"}
|
||||||
beautifulsoup4 = "^4.11.2"
|
beautifulsoup4 = "^4.11.2"
|
||||||
isodate = "^0.6.1"
|
isodate = "^0.6.1"
|
||||||
mypy = "^1.5.1"
|
|
||||||
pre-commit = "^3.3.3"
|
|
||||||
rich = "^13.5.2"
|
|
||||||
black = "^23.7.0"
|
|
||||||
text-unidecode = "^1.3"
|
text-unidecode = "^1.3"
|
||||||
|
|
||||||
[tool.poetry.group.dev.dependencies]
|
[tool.poetry.group.dev.dependencies]
|
||||||
black = "^23.1.0"
|
black = "^23.7.0"
|
||||||
coverage = "^7.0"
|
coverage = "^7.0"
|
||||||
coveragepy-lcov = "^0.1.1"
|
coveragepy-lcov = "^0.1.1"
|
||||||
mkdocs-material = "^9.0.0"
|
mkdocs-material = "^9.0.0"
|
||||||
mypy = "^1.0"
|
mypy = "^1.5.1"
|
||||||
pre-commit = "^3.0.4"
|
pre-commit = "^3.3.3"
|
||||||
pydantic-to-typescript = "^1.0.7"
|
pydantic-to-typescript = "^1.0.7"
|
||||||
pylint = "^2.6.0"
|
pylint = "^2.6.0"
|
||||||
pytest = "^7.2.0"
|
pytest = "^7.2.0"
|
||||||
pytest-asyncio = "^0.21.0"
|
pytest-asyncio = "^0.21.0"
|
||||||
rich = "^13.0.0"
|
rich = "^13.5.2"
|
||||||
ruff = "^0.0.265"
|
ruff = "^0.0.265"
|
||||||
types-PyYAML = "^6.0.4"
|
types-PyYAML = "^6.0.4"
|
||||||
types-python-dateutil = "^2.8.18"
|
types-python-dateutil = "^2.8.18"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user