2023-09-04 21:26:16 +02:00
|
|
|
[tool.poetry]
|
|
|
|
name = "shimatta-kenkyusho"
|
|
|
|
version = "0.1.0"
|
|
|
|
description = "Shimatta Lab Inventory System"
|
|
|
|
authors = ["Mario Hüttel <mario.huettel@gmx.net>"]
|
|
|
|
license = "GPLv2"
|
|
|
|
|
|
|
|
[tool.poetry.dependencies]
|
2023-09-04 22:36:59 +02:00
|
|
|
python = "^3.10"
|
2023-09-04 21:26:16 +02:00
|
|
|
Django = "~4.2.5"
|
|
|
|
django-qr-code = "^3.1.1"
|
|
|
|
djangorestframework = "^3.14.0"
|
|
|
|
django-filter = "^23.2"
|
|
|
|
psycopg2 = "^2.9.7"
|
|
|
|
Pillow = "^9.3.0"
|
|
|
|
django-crispy-forms = "^2.0"
|
|
|
|
crispy-bootstrap5 = "^0.7"
|
2023-09-04 22:36:59 +02:00
|
|
|
uwsgi = "^2.0.22"
|
2023-09-04 21:26:16 +02:00
|
|
|
|
|
|
|
|
|
|
|
[build-system]
|
|
|
|
requires = ["poetry-core"]
|
|
|
|
build-backend = "poetry.core.masonry.api"
|