mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-08-06 14:05:21 +02:00
chore: fix poetry breaking changes (#1921)
* poetry stop breaking my things * bump poetry version * drop dependabot
This commit is contained in:
parent
81e0c56484
commit
3ae72cfda1
5 changed files with 1568 additions and 1620 deletions
|
@ -40,9 +40,8 @@ recipe-scrapers = "^14.24.0"
|
|||
requests = "^2.25.1"
|
||||
tzdata = "^2021.5"
|
||||
uvicorn = {extras = ["standard"], version = "^0.13.0"}
|
||||
pre-commit = "^2.20.0"
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
black = "^21.12b0"
|
||||
coverage = "^5.5"
|
||||
coveragepy-lcov = "^0.1.1"
|
||||
|
@ -61,8 +60,6 @@ types-python-slugify = "^5.0.3"
|
|||
types-requests = "^2.27.12"
|
||||
types-urllib3 = "^1.26.11"
|
||||
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
|
||||
[build-system]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
requires = ["poetry-core>=1.0.0"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue