]> git.nothing2do.fr Git - get-hack-src.git/commitdiff
Welcomed Flask to the family
authorallfro <ndouba@gmail.com>
Mon, 8 Apr 2013 01:22:41 +0000 (21:22 -0400)
committerallfro <ndouba@gmail.com>
Mon, 8 Apr 2013 01:22:41 +0000 (21:22 -0400)
setup.py

index 08a8b4618eea868342f7d9a8b23fc289768a2bd3..09d09e1c98b0ed0c726d888b11793ce645b94eea 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -44,7 +44,8 @@ setup(
         '' : [ '*.conf', '*.plate' ]
     },
     install_requires=[
-        'argparse'
+        'argparse',
+        'flask'
     ],
     dependency_links=[]
 )