[tool.poetry] name = "techdb" version = "0.1.0" description = "CantorAit Tech Organized Parts Storage" authors = ["Emanuele "] readme = "README.md" [tool.poetry.dependencies] python = "^3.12" django = "^5.1.2" psycopg2-binary = "^2.9.10" django-nested-inline = "^0.4.6" [build-system] requires = ["poetry-core"] build-backend = "poetry.core.masonry.api"