18 lines
359 B
TOML
18 lines
359 B
TOML
[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"]
|