feat: implement game logic
This commit is contained in:
+7
-2
@@ -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" }
|
||||
|
||||
Reference in New Issue
Block a user