20 lines
448 B
TOML
20 lines
448 B
TOML
[tool.poetry]
|
|
name = "techdb"
|
|
version = "0.1.0"
|
|
description = "CantorAir Tech Organized Parts Storage"
|
|
authors = ["Emanuele <ema.trabattoni@gmail.com>"]
|
|
readme = "README.md"
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.12"
|
|
django = "^5.1.2"
|
|
psycopg2-binary = "^2.9.10"
|
|
django-nested-admin = "^4.1.1"
|
|
django-durationwidget = "^1.0.5"
|
|
django-import-export = "^4.3.13"
|
|
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|