1
0
Fork 0
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:
Hayden 2022-12-29 15:21:48 -08:00 committed by GitHub
parent 81e0c56484
commit 3ae72cfda1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 1568 additions and 1620 deletions

View file

@ -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"]