[tool.poetry] name = "annuaire" version = "0.1.0" description = "" authors = ["Klub-Dev ENS "] readme = "README.md" [tool.poetry.dependencies] python = "^3.9" Django = "^3.2.0" Pillow = "^9.4.0" authens = "^0.1b4" python-dateutil = "^2.8.2" [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" [tool.poetry.group.prod.dependencies] python-ldap = "^3.4.3" psycopg2 = "^2.9.5" gunicorn = "^20.1.0" django-redis = "^5.2.0" [tool.isort] profile = "black" [build-system] requires = ["poetry-core"] build-backend = "poetry.core.masonry.api"