feat: basic replay functionality
This commit is contained in:
@@ -9,9 +9,10 @@ readme = "README.md"
|
||||
requires-python = ">=3.13"
|
||||
dependencies = [
|
||||
"rich (>=13.9.4,<14.0.0)",
|
||||
"pysim @ git+https://github.com/osmocom/pySim.git",
|
||||
"pyshark (>=0.6,<0.7)",
|
||||
"argcomplete (>=3.5.3,<4.0.0)",
|
||||
"rich-argparse (>=1.6.0,<2.0.0)",
|
||||
"pysim @ file:///home/niklas/Documents/documents/uni/master_thesis/pysim",
|
||||
]
|
||||
|
||||
|
||||
@@ -21,3 +22,6 @@ build-backend = "poetry.core.masonry.api"
|
||||
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
black = "^24.10.0"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
pysim = {develop = true}
|
||||
|
||||
Reference in New Issue
Block a user