From abec11e7ca0ce49081343bb2b2eb8520058d67a8 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Sun, 13 Oct 2013 10:07:51 +0200 Subject: Added new files. First prototype with the Flask micro-framework. --- requirements.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 requirements.txt (limited to 'requirements.txt') diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 00000000..8be978f0 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,11 @@ +BeautifulSoup +mongoengine +Flask +flask-mongoengine +Flask-DebugToolbar +Flask-Admin +Flask-Login +Flask-Principal +Flask-WTF +Flask-Mail +WTForms \ No newline at end of file -- cgit