build-systems: use poetry-core for dotty-dict >= 1.3.1

This commit is contained in:
Sergey Vlasov 2022-08-21 00:38:52 +03:00
parent 8b6239cf2d
commit 27425da2a1

View file

@ -318,6 +318,9 @@
"docstring-parser": [ "docstring-parser": [
"poetry-core" "poetry-core"
], ],
"dotty-dict": [
{ "buildSystem": "poetry-core", "from": "1.3.1" }
],
"dtlssocket": [ "dtlssocket": [
"cython" "cython"
], ],