From 8647d31c861ac4571142b113664112ea33460b77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Denis=20Nut=CC=A6iu?= Date: Sun, 28 May 2017 14:49:49 +0300 Subject: [PATCH] Updating readme and requirements --- README.md | 4 ++-- requirements.txt | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 097f335..dd20ee6 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,8 @@ This is a simple web app that I've build for an university projects. It is supposed to retrieve and store results from outside and present them in a nice way. The results are benchmarking tests that are run by the java application. -You will need **Python 2.6+ or Python 3.3+** to run this app. -Flask doesn't support Python 3.2. +You will need **Python 3.3+** to run this app. +Flask doesn't support Python 3.2 and some packages won't work with Python 2 but you may get it running with some tweaks. It should provide a simple score board display for some benchmarking data which is gathered from another application. diff --git a/requirements.txt b/requirements.txt index 7456f83..fd466b6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,6 +6,7 @@ Flask-Bootstrap==3.3.7.1 Flask-Cache==0.13.1 Flask-SQLAlchemy==2.2 gunicorn==19.7.1 +ipaddress==1.0.18 itsdangerous==0.24 Jinja2==2.9.6 MarkupSafe==1.0 @@ -18,5 +19,6 @@ pylibmc==1.5.2 PyMySQL==0.7.11 six==1.10.0 SQLAlchemy==1.1.9 +SQLAlchemy-Utils==0.32.14 visitor==0.1.3 Werkzeug==0.12.1