setup.py: add missing comma in list of dependencies

Change-Id: If93d8c67cdfacc1f30307c8cfb38924fb2cbabbe
This commit is contained in:
Harald Welte 2021-04-10 17:21:19 +02:00
parent b00e893e73
commit edee155773
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ setup(
"pyscard",
"serial",
"pytlv",
"cmd2"
"cmd2",
"jsonpath-ng"
],
scripts=[