Mercurial > farol
comparison setup.py @ 152:617915733729
Raise requirement on FarolLuz (now that it's released)
author | Benoît Allard <benoit.allard@greenbone.net> |
---|---|
date | Wed, 05 Nov 2014 11:18:51 +0100 |
parents | 752b8bfe0baf |
children | 2af7621bf57a |
comparison
equal
deleted
inserted
replaced
151:46de2d3dedd6 | 152:617915733729 |
---|---|
40 author="Benoît Allard", | 40 author="Benoît Allard", |
41 author_email='benoit.allard@greenbone.net', | 41 author_email='benoit.allard@greenbone.net', |
42 license='GPLv2+', | 42 license='GPLv2+', |
43 packages=['farol'], | 43 packages=['farol'], |
44 scripts=['run_web'], | 44 scripts=['run_web'], |
45 install_requires=['farolluz >= 0.1.1', 'Flask'], | 45 install_requires=['farolluz >= 1.0', 'Flask'], |
46 test_suite='tests', | 46 test_suite='tests', |
47 # Also install the templates and the static dir | 47 # Also install the templates and the static dir |
48 include_package_data=True, | 48 include_package_data=True, |
49 ) | 49 ) |