From 70edb14ad01d73363ba12202fe494f51eb14f93d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9rgio=20M=2E=20Basto?= Date: Sun, 3 Dec 2023 00:02:40 +0000 Subject: [PATCH] pycotap is not need to run PySolFC 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',