Renamed Project to cntmanage
This commit is contained in:
23
cntmanage/pyproject.toml
Normal file
23
cntmanage/pyproject.toml
Normal file
@@ -0,0 +1,23 @@
|
||||
[tool.poetry]
|
||||
name = "cntmanage"
|
||||
version = "0.1.0"
|
||||
packages = [{include = "flightslot"}]
|
||||
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"
|
||||
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core"]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
Reference in New Issue
Block a user