← back to Exo
add back Jinja2
552c04fb4927ffe882849536d4715fab25525d5a · 2024-10-02 21:00:28 +0400 · Alex Cheema
Files touched
Diff
commit 552c04fb4927ffe882849536d4715fab25525d5a
Author: Alex Cheema <alexcheema123@gmail.com>
Date: Wed Oct 2 21:00:28 2024 +0400
add back Jinja2
---
setup.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/setup.py b/setup.py
index 75bfb7b7..75d570e9 100644
--- a/setup.py
+++ b/setup.py
@@ -9,6 +9,7 @@ install_requires = [
"aiofiles==24.1.0",
"grpcio==1.64.1",
"grpcio-tools==1.64.1",
+ "Jinja2==3.1.4",
"netifaces==0.11.0",
"numpy==2.0.0",
"pillow==10.4.0",
← b655f355 resolved conflicts by git pull
·
back to Exo
·
Fixed the retry 3ed8a52a →