update
This commit is contained in:
17
pyproject.toml
Normal file
17
pyproject.toml
Normal 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"]
|
||||
Reference in New Issue
Block a user