From: allfro Date: Mon, 8 Apr 2013 01:22:41 +0000 (-0400) Subject: Welcomed Flask to the family X-Git-Url: https://git.nothing2do.fr/?a=commitdiff_plain;h=fd616ab9d0cd509414f24feccb286d49b6e42174;p=get-hack-src.git Welcomed Flask to the family --- diff --git a/setup.py b/setup.py index 08a8b46..09d09e1 100755 --- a/setup.py +++ b/setup.py @@ -44,7 +44,8 @@ setup( '' : [ '*.conf', '*.plate' ] }, install_requires=[ - 'argparse' + 'argparse', + 'flask' ], dependency_links=[] )