pyproject.toml: update dependencies
authorDmitry Selyutin <ghostmansd@gmail.com>
Wed, 21 Jun 2023 19:45:02 +0000 (22:45 +0300)
committerDmitry Selyutin <ghostmansd@gmail.com>
Wed, 21 Jun 2023 20:26:59 +0000 (23:26 +0300)
pyproject.toml

index 93c24d38364f84992da1371dd6e64c5623eb08e1..c613e58b14a14b8eb2da4c4778f5614a74a245ec 100644 (file)
@@ -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]