feat: basic replay functionality

This commit is contained in:
2025-01-16 04:11:20 +01:00
parent cd03668490
commit 299f6ef3aa
12 changed files with 296 additions and 66 deletions

View File

@@ -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}