1
0
Fork 0
mirror of https://github.com/shlomif/PySolFC.git synced 2025-04-05 00:02:29 -04:00

pycotap is not need to run PySolFC (#353)

pycotap is only needed for the single unittest, tap_unittests.py
This commit is contained in:
Sérgio Basto 2023-12-03 15:04:54 +00:00 committed by GitHub
parent 10af041972
commit 0afc62478e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -74,7 +74,6 @@ kw = {
'install_requires': [
'attrs>=18.2.0',
'configobj',
'pycotap',
'pysol_cards',
'random2',
'six',