From dc097fbd631c0b5792f9550236a6a33c67a701c0 Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Thu, 23 Aug 2012 18:35:37 +1200 Subject: [PATCH] Add flask dependency. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1b1db5c8e..57b4706d6 100644 --- a/setup.py +++ b/setup.py @@ -89,5 +89,5 @@ setup( "Topic :: Software Development :: Testing :: Traffic Generation", "Topic :: Internet :: WWW/HTTP", ], - install_requires=['netlib>=0.2.1', "requests>=0.13"], + install_requires=['netlib>=0.2.1', "requests>=0.13", "flask"], )