From 462fcbf76c077035aa6f5be97c4b1a1040bb3603 Mon Sep 17 00:00:00 2001 From: Daniele Sluijters Date: Thu, 8 Aug 2013 18:16:07 +0200 Subject: [PATCH] requirements: Add missing dependencies. No idea what happend but requirements.txt should list all the dependencies, not just the 'top' ones. --- requirements.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/requirements.txt b/requirements.txt index e0eab37..cf19c56 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,11 @@ Flask==0.10.1 Flask-WTF==0.8.4 +Jinja2==2.7 +MarkupSafe==0.18 +WTForms==1.0.4 +Werkzeug==0.9.3 +itsdangerous==0.22 +pytz==2013b +requests==1.2.3 +wsgiref==0.1.2 pypuppetdb==0.0.1