From: Dmitry Selyutin <ghostmansd@gmail.com>
Date: Wed, 21 Jun 2023 19:45:02 +0000 (+0300)
Subject: pyproject.toml: update dependencies
X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=dd198ae0e026fefa005e80100759adf838bca1b2;p=mdis.git

pyproject.toml: update dependencies
---

diff --git a/pyproject.toml b/pyproject.toml
index 93c24d3..c613e58 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,5 +1,5 @@
 [build-system]
-requires = ["setuptools>=46.4.0", "wheel"]
+requires = ["setuptools>=46.4.0", "toml", "wheel"]
 build-backend = "setuptools.build_meta"
 
 [project]