From 0afc62478e4c74e81c08cc5b04bbeb5547abbb4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9rgio=20Basto?= Date: Sun, 3 Dec 2023 15:04:54 +0000 Subject: [PATCH] pycotap is not need to run PySolFC (#353) pycotap is only needed for the single unittest, tap_unittests.py --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index 1112ff4f51..6f6f0ee1d7 100644 --- a/setup.py +++ b/setup.py @@ -74,7 +74,6 @@ def get_data_files(source, destination): 'install_requires': [ 'attrs>=18.2.0', 'configobj', - 'pycotap', 'pysol_cards', 'random2', 'six',