1
0
This repository has been archived on 2026-06-06. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
inventory-wars/pyproject.toml
T

31 lines
751 B
TOML

[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",
"protobuf>=7.35.0",
"pyside6>=6.11.1",
"scapy>=2.7.0",
"sqlalchemy>=2.0.50",
"star-resonance-tracer>=0.1.0",
]
[project.gui-scripts]
inventory-wars = "inventory_wars:gui"
[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" }