gnunet-svn
[Top][All Lists]
Advanced

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

[taler-taler-merchant-demos] 05/14: add lxml dependency (#6511)


From: gnunet
Subject: [taler-taler-merchant-demos] 05/14: add lxml dependency (#6511)
Date: Sun, 06 Sep 2020 11:20:22 +0200

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

grothoff pushed a commit to branch master
in repository taler-merchant-demos.

commit 48aad32549c70a1f447741f206d72269b4e860f0
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sun Aug 23 12:11:45 2020 +0200

    add lxml dependency (#6511)
---
 setup.py | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/setup.py b/setup.py
index 07bd8a7..174df71 100755
--- a/setup.py
+++ b/setup.py
@@ -1,16 +1,17 @@
 from setuptools import setup, find_packages
 
 setup(name='talermerchantdemos',
-      version='0.6.0pre1',
+      version='0.8.0',
       description='Example blog/donations/survey sites for GNU Taler',
       url='git://taler.net/taler-merchant-demos',
-      author=['Marcello Stanisci', 'Florian Dold'],
-      author_email=['ms@taler.net', 'florian@dold.me'],
-      license='GPL',
+      author=['Marcello Stanisci', 'Florian Dold', 'Christian Grothoff'],
+      author_email=['ms@taler.net', 'florian@dold.me', 'cg@taler.net'],
+      license='AGPL',
       packages=find_packages(),
       install_requires=["Flask>=0.10",
                         "beautifulsoup4",
                         "jsmin",
+                        "lxml",
                         "requests",
                         "taler-util"],
       package_data={

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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