gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-blog] branch master updated: installing beautifulsou


From: gnunet
Subject: [GNUnet-SVN] [taler-blog] branch master updated: installing beautifulsoup4 automatically
Date: Tue, 26 Dec 2017 18:40:05 +0100

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

marcello pushed a commit to branch master
in repository blog.

The following commit(s) were added to refs/heads/master by this push:
     new 3744683  installing beautifulsoup4 automatically
3744683 is described below

commit 37446839a06ada169a241219ee53963338b3a4ac
Author: Marcello Stanisci <address@hidden>
AuthorDate: Tue Dec 26 18:39:34 2017 +0100

    installing beautifulsoup4 automatically
---
 setup.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index b7fd69d..08c7ee5 100755
--- a/setup.py
+++ b/setup.py
@@ -8,7 +8,8 @@ setup(name='talerblog',
       author_email='address@hidden',
       license='GPL',
       packages=find_packages(),
-      install_requires=["Flask>=0.10"],
+      install_requires=["Flask>=0.10",
+                        "beautifulsoup4"],
       tests_require=["nose", "mock"],
       test_suite="nose.collector",
       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]