Mercurial > farol
diff setup.py @ 33:752b8bfe0baf
Use FarolLuz method to get a document ID (increase dependency version)
author | Benoît Allard <benoit.allard@greenbone.net> |
---|---|
date | Mon, 06 Oct 2014 11:44:01 +0200 |
parents | 63b00c10ada8 |
children | 617915733729 |
line wrap: on
line diff
--- a/setup.py Thu Oct 02 15:40:38 2014 +0200 +++ b/setup.py Mon Oct 06 11:44:01 2014 +0200 @@ -42,7 +42,7 @@ license='GPLv2+', packages=['farol'], scripts=['run_web'], - install_requires=['farolluz', 'Flask'], + install_requires=['farolluz >= 0.1.1', 'Flask'], test_suite='tests', # Also install the templates and the static dir include_package_data=True,