diff pyproject.toml @ 14:feae0cd7fea1

refactor code
author Dennis Concepcion Martin <dennisconcepcionmartin@gmail.com>
date Tue, 26 Oct 2021 10:04:04 +0200
parents 6e9f420c117e
children
line wrap: on
line diff
--- a/pyproject.toml	Tue Oct 26 09:38:46 2021 +0200
+++ b/pyproject.toml	Tue Oct 26 10:04:04 2021 +0200
@@ -1,7 +1,6 @@
 [build-system]
 requires = [
     "setuptools>=42",
-    "wheel",
-    "testfixtures~=6.18.3"
+    "wheel"
 ]
 build-backend = "setuptools.build_meta"
\ No newline at end of file