mirror of
https://gitea.osmocom.org/sim-card/pysim.git
synced 2026-03-16 18:38:32 +03:00
setup.py: fix syntax errors (missing commas)
Change-Id: Ia53a659ad9652d582e2bf4a039a3e18631435072 Fixes:2b15e315"setup: add missing pyyaml to setup.py and README.md" Fixes:93aac3ab"pySim-shell: fix compatibility problem with cmd2 >= 2.0.0 (Settable)"
This commit is contained in:
6
setup.py
6
setup.py
@@ -17,11 +17,11 @@ setup(
|
|||||||
"construct >= 2.9.51",
|
"construct >= 2.9.51",
|
||||||
"bidict",
|
"bidict",
|
||||||
"gsm0338",
|
"gsm0338",
|
||||||
"pyyaml >= 5.1"
|
"pyyaml >= 5.1",
|
||||||
"termcolor",
|
"termcolor",
|
||||||
"colorlog",
|
"colorlog",
|
||||||
"pycryptodome"
|
"pycryptodome",
|
||||||
"packaging"
|
"packaging",
|
||||||
],
|
],
|
||||||
scripts=[
|
scripts=[
|
||||||
'pySim-prog.py',
|
'pySim-prog.py',
|
||||||
|
|||||||
Reference in New Issue
Block a user