diff --git a/setup.py b/setup.py index f7764430..620e2461 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( description='Tools related to SIM/USIM/ISIM cards', install_requires=[ "pyscard", - "serial", + "pyserial", "pytlv", "cmd2 >= 1.5.0", "jsonpath-ng",