diff pyproject.toml @ 10:6e9f420c117e

refactor code
author Dennis Concepcion Martin <dennisconcepcionmartin@gmail.com>
date Tue, 26 Oct 2021 08:56:59 +0200
parents 5f6d1a28051a
children feae0cd7fea1
line wrap: on
line diff
--- a/pyproject.toml	Sun Oct 24 21:00:49 2021 +0200
+++ b/pyproject.toml	Tue Oct 26 08:56:59 2021 +0200
@@ -1,6 +1,7 @@
 [build-system]
 requires = [
     "setuptools>=42",
-    "wheel"
+    "wheel",
+    "testfixtures~=6.18.3"
 ]
 build-backend = "setuptools.build_meta"
\ No newline at end of file