initial commit
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
[project]
|
||||
name = "inventory-wars"
|
||||
version = "0.1.0"
|
||||
authors = [
|
||||
{ name = "Poleric", email = "laffey@dizzynight.moe" }
|
||||
]
|
||||
description = "A library of tools to handle and process packets from BPSR."
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.14"
|
||||
dependencies = [
|
||||
"polars>=1.41.2",
|
||||
"pyside6>=6.11.1",
|
||||
"scapy>=2.7.0",
|
||||
"star-resonance-tracer>=0.1.0",
|
||||
]
|
||||
|
||||
|
||||
[project.urls]
|
||||
Homepage = "https://git.dizzynight.moe/DizzyNight/inventory-wars"
|
||||
|
||||
[tool.uv.sources]
|
||||
star-resonance-tracer = { git = "https://github.com/Poleric/star-resonance-tracer-py" }
|
||||
Reference in New Issue
Block a user