pinned pdm-pep517 version to >=0.12

This commit is contained in:
k4yt3x 2022-04-02 18:04:47 +00:00
parent bbc1b57445
commit e0dc8237f5

View File

@ -52,5 +52,5 @@ video2x = "video2x:main"
version = { from = "video2x/__init__.py" }
[build-system]
requires = ["pdm-pep517"]
requires = ["pdm-pep517>=0.12.0"]
build-backend = "pdm.pep517.api"