28 lines
731 B
TOML
28 lines
731 B
TOML
[tool.poetry]
|
|
name = "cntmanage"
|
|
version = "0.2.0"
|
|
packages = [{include = "flightslot"}, {include = "cntmanage"}]
|
|
description = "CantorAir Flight Scheduler"
|
|
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"
|
|
django-colorfield = "^0.14.0"
|
|
openpyxl = "^3.1.5"
|
|
django-admin-action-forms = "^2.2.1"
|
|
django-polymorphic = "^4.1.0"
|
|
django-phonenumber-field = {extras = ["phonenumberslite"], version = "^8.4.0"}
|
|
django-admin-confirm = "^1.0.1"
|
|
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|