1
0
Fork 0
mirror of https://github.com/kemayo/leech synced 2026-02-07 15:21:36 +01:00

Update pyproject.toml build-system

This commit is contained in:
David Lynch 2023-05-04 10:00:20 -05:00
parent f8ab88866f
commit bd74ad0ec3

View file

@ -24,5 +24,5 @@ Pillow = "^9.0.0"
flake8 = "^3.8.3"
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"