gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-survey] branch master updated: deps and imports


From: gnunet
Subject: [GNUnet-SVN] [taler-survey] branch master updated: deps and imports
Date: Fri, 30 Aug 2019 14:14:38 +0200

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

dold pushed a commit to branch master
in repository survey.

The following commit(s) were added to refs/heads/master by this push:
     new 2f09f90  deps and imports
2f09f90 is described below

commit 2f09f9049d1dca01dfe7c49fadf75c6eff321808
Author: Florian Dold <address@hidden>
AuthorDate: Fri Aug 30 14:14:30 2019 +0200

    deps and imports
---
 setup.py                     | 2 +-
 talersurvey/survey/survey.py | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index fa132d6..01425ac 100755
--- a/setup.py
+++ b/setup.py
@@ -11,7 +11,7 @@ setup(
     packages=find_packages(),
     install_requires=["Flask>=0.10", "jsmin"],
     test_suite="nose.collector",
-    tests_require=["mock", "nose", "requests", "uwsgi"],
+    tests_require=["mock", "nose", "requests", "uwsgi", "qrcode", "lxml"],
     package_data={
         '': [
             "survey/templates/*.html",
diff --git a/talersurvey/survey/survey.py b/talersurvey/survey/survey.py
index e64de96..076aa93 100644
--- a/talersurvey/survey/survey.py
+++ b/talersurvey/survey/survey.py
@@ -26,6 +26,9 @@ from urllib.parse import urljoin
 import flask
 import requests
 import traceback
+import qrcode
+import qrcode.image.svg
+import lxml.etree
 from ..talerconfig import TalerConfig
 
 BASE_DIR = os.path.dirname(os.path.abspath(__file__))

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



reply via email to

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