This commit is contained in:
2026-05-18 14:08:13 -04:00
commit 377326ec2c
36 changed files with 1473 additions and 0 deletions

17
pyproject.toml Normal file
View File

@@ -0,0 +1,17 @@
[build-system]
requires = ["setuptools>=68", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "arbit"
version = "0.1.0"
description = "Internal thrift resale dashboard"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"Django>=4.2,<5.0",
"python-dotenv>=1.0,<2.0",
]
[tool.setuptools]
packages = ["config", "inventory"]