gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-bank] branch master updated: jinja2 was missing in s


From: gnunet
Subject: [GNUnet-SVN] [taler-bank] branch master updated: jinja2 was missing in setup.py
Date: Tue, 27 Feb 2018 16:03:18 +0100

This is an automated email from the git hooks/post-receive script.

marcello pushed a commit to branch master
in repository bank.

The following commit(s) were added to refs/heads/master by this push:
     new 4e50c8d  jinja2 was missing in setup.py
4e50c8d is described below

commit 4e50c8d96fc548a41867e8a644c18d70bfd0e50a
Author: Marcello Stanisci <address@hidden>
AuthorDate: Tue Feb 27 16:02:59 2018 +0100

    jinja2 was missing in setup.py
---
 setup.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index b2f2988..21edfa9 100755
--- a/setup.py
+++ b/setup.py
@@ -13,7 +13,8 @@ setup(name='talerbank',
                         "requests",
                         "uWSGI",
                         "validictory",
-                        "mock"
+                        "mock",
+                        "jinja2"
                         ],
 
       package_data={

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]