Updating readme and requirements
This commit is contained in:
parent
69f564a26f
commit
8647d31c86
2 changed files with 4 additions and 2 deletions
|
@ -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.
|
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.
|
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.
|
You will need **Python 3.3+** to run this app.
|
||||||
Flask doesn't support Python 3.2.
|
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
|
It should provide a simple score board display
|
||||||
for some benchmarking data which is gathered from another application.
|
for some benchmarking data which is gathered from another application.
|
||||||
|
|
|
@ -6,6 +6,7 @@ Flask-Bootstrap==3.3.7.1
|
||||||
Flask-Cache==0.13.1
|
Flask-Cache==0.13.1
|
||||||
Flask-SQLAlchemy==2.2
|
Flask-SQLAlchemy==2.2
|
||||||
gunicorn==19.7.1
|
gunicorn==19.7.1
|
||||||
|
ipaddress==1.0.18
|
||||||
itsdangerous==0.24
|
itsdangerous==0.24
|
||||||
Jinja2==2.9.6
|
Jinja2==2.9.6
|
||||||
MarkupSafe==1.0
|
MarkupSafe==1.0
|
||||||
|
@ -18,5 +19,6 @@ pylibmc==1.5.2
|
||||||
PyMySQL==0.7.11
|
PyMySQL==0.7.11
|
||||||
six==1.10.0
|
six==1.10.0
|
||||||
SQLAlchemy==1.1.9
|
SQLAlchemy==1.1.9
|
||||||
|
SQLAlchemy-Utils==0.32.14
|
||||||
visitor==0.1.3
|
visitor==0.1.3
|
||||||
Werkzeug==0.12.1
|
Werkzeug==0.12.1
|
||||||
|
|
Loading…
Reference in a new issue