From fd616ab9d0cd509414f24feccb286d49b6e42174 Mon Sep 17 00:00:00 2001 From: allfro Date: Sun, 7 Apr 2013 21:22:41 -0400 Subject: [PATCH] Welcomed Flask to the family --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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=[] ) -- 2.45.1