From e4ec9c196c96695ac95010082797c61f6a8b9d62 Mon Sep 17 00:00:00 2001 From: Aleksey Korshuk <48794610+AlekseyKorshuk@users.noreply.github.com> Date: Wed, 30 Oct 2024 06:55:48 -0700 Subject: [PATCH] Copybara import of the project: -- f428077a6f94ec6911d50a5b0d3a2ccd0d33c8af by Aleksey Korshuk <48794610+AlekseyKorshuk@users.noreply.github.com>: [feat] add jinja2 Adds Jinja2 to the requirements to improve the prompting experience COPYBARA_INTEGRATE_REVIEW=https://github.com/google-deepmind/concordia/pull/104 from AlekseyKorshuk:patch-2 da077e85ee385b265c937ef73ca30a37ee5df0bb PiperOrigin-RevId: 691402699 Change-Id: Id40a659801c44378812a2168b1487af346767850 --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 535be9ea..31bd6d4c 100644 --- a/setup.py +++ b/setup.py @@ -86,6 +86,7 @@ def _remove_excluded(description: str) -> str: 'together', 'transformers', 'typing-extensions', + 'jinja2', ), extras_require={ # Used in development.