1
0

feat: implement game logic

This commit is contained in:
2026-06-01 22:33:12 +08:00
parent 0619f8c429
commit 48b69b7775
11 changed files with 406 additions and 3 deletions
+7 -2
View File
@@ -5,18 +5,23 @@ authors = [
{ name = "Poleric", email = "laffey@dizzynight.moe" }
]
description = "A library of tools to handle and process packets from BPSR."
readme = "README.md"
#readme = "README.md"
requires-python = ">=3.14"
dependencies = [
"polars>=1.41.2",
"protobuf>=7.35.0",
"pyside6>=6.11.1",
"scapy>=2.7.0",
"sqlalchemy>=2.0.50",
"star-resonance-tracer>=0.1.0",
]
[project.urls]
Homepage = "https://git.dizzynight.moe/DizzyNight/inventory-wars"
[build-system]
requires = ["uv_build>=0.11.15,<0.12"]
build-backend = "uv_build"
[tool.uv.sources]
star-resonance-tracer = { git = "https://github.com/Poleric/star-resonance-tracer-py" }