2023-01-30 21:22:59 +01:00
|
|
|
[tool.poetry]
|
|
|
|
name = "annuaire"
|
|
|
|
version = "0.1.0"
|
|
|
|
description = ""
|
|
|
|
authors = ["Klub-Dev ENS <klub-dev@ens.fr>"]
|
|
|
|
readme = "README.md"
|
|
|
|
|
|
|
|
[tool.poetry.dependencies]
|
|
|
|
python = "^3.9"
|
|
|
|
Django = "^3.2.0"
|
|
|
|
Pillow = "^9.4.0"
|
|
|
|
authens = "^0.1b4"
|
|
|
|
|
|
|
|
[tool.poetry.group.dev.dependencies]
|
|
|
|
ipython = "^8.9.0"
|
|
|
|
isort = "^5.12.0"
|
|
|
|
flake8 = "^6.0.0"
|
|
|
|
black = "^22.12.0"
|
|
|
|
django-types = "^0.16.0"
|
|
|
|
django-debug-toolbar = "^3.8.1"
|
|
|
|
|
2023-01-31 13:44:07 +01:00
|
|
|
[tool.poetry.group.prod.dependencies]
|
|
|
|
python-ldap = "^3.4.3"
|
|
|
|
psycopg2 = "^2.9.5"
|
|
|
|
gunicorn = "^20.1.0"
|
|
|
|
django-redis = "^5.2.0"
|
|
|
|
|
2023-01-30 21:22:59 +01:00
|
|
|
[build-system]
|
|
|
|
requires = ["poetry-core"]
|
|
|
|
build-backend = "poetry.core.masonry.api"
|