Skip to content

Commit

Permalink
Updating readme and requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
dnutiu committed May 28, 2017
1 parent 69f564a commit 8647d31
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit 8647d31

Please sign in to comment.