Initial Commit

Repository init
This commit is contained in:
2024-10-18 10:29:46 +02:00
parent 4a7746928e
commit 8b90fe17fe
5 changed files with 84 additions and 0 deletions

15
techdb/pyproject.toml Normal file
View File

@@ -0,0 +1,15 @@
[tool.poetry]
name = "techdb"
version = "0.1.0"
description = "CantorAit Tech Organized Parts Storage"
authors = ["Emanuele <ema.trabattoni@gmail.com>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.12"
django = "^5.1.2"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"