aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWojciech Polak <polak@gnu.org>2015-03-09 18:57:48 +0100
committerWojciech Polak <polak@gnu.org>2015-03-09 18:57:48 +0100
commitb0178eed0555be5be43d849190322b411ec66f4e (patch)
tree00ab888926c62c9fb66d65821406ec580b8a4f08
parentf6e2aa8085a3c479e49925d05a35128b2dcb3849 (diff)
downloadglifestream-b0178eed0555be5be43d849190322b411ec66f4e.tar.gz
glifestream-b0178eed0555be5be43d849190322b411ec66f4e.tar.bz2
Update the requirements.txt
-rw-r--r--INSTALL.md17
-rw-r--r--glifestream/templates/base.html2
-rw-r--r--requirements.txt7
3 files changed, 14 insertions, 12 deletions
diff --git a/INSTALL.md b/INSTALL.md
index ac2ab05..991ab72 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -1,10 +1,10 @@
gLifestream -- INSTALL
-Copyright (C) 2009, 2010, 2011, 2013, 2014 Wojciech Polak
+Copyright (C) 2009-2015 Wojciech Polak
gLifestream requirements
========================
-- Django 1.5 or later -- a Python Web framework (https://www.djangoproject.com/)
+- Django 1.7 or later -- a Python Web framework (https://www.djangoproject.com/)
- A database supported by Django (e.g. MySQL, PostgreSQL).
- Universal Feed Parser (https://pypi.python.org/pypi/feedparser)
@@ -23,7 +23,7 @@ Optional (but recommended):
http://pypi.python.org/pypi/Markdown/
- Beautiful Soup -- an HTML parser
- https://pypi.python.org/pypi/BeautifulSoup
+ https://pypi.python.org/pypi/beautifulsoup4
- django-sphinx -- https://pypi.python.org/pypi/django-sphinx
@@ -64,11 +64,12 @@ Change the current working directory into the `glifestream` directory
and run the command `python manage.py runserver`. You will see
the following output:
- Validating models...
- 0 errors found.
-
- Django version 1.5.1, using settings 'glifestream.settings'
- Development server is running at http://127.0.0.1:8000/
+ Performing system checks...
+
+ System check identified no issues (0 silenced).
+ March 09, 2015 - 17:54:57
+ Django version 1.7.6, using settings 'glifestream.settings'
+ Starting development server at http://127.0.0.1:8000/
Quit the server with CONTROL-C.
diff --git a/glifestream/templates/base.html b/glifestream/templates/base.html
index 1e20e6b..d910198 100644
--- a/glifestream/templates/base.html
+++ b/glifestream/templates/base.html
@@ -1,4 +1,4 @@
-{% load i18n media %}{% load url from future %}<!DOCTYPE html>
+{% load i18n media %}{% load url from future %}{% load firstof from future %}<!DOCTYPE html>
<html>
<head>
diff --git a/requirements.txt b/requirements.txt
index 557521a..9d075d1 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,10 +1,11 @@
-Django >=1.5.10
-MySQL-python >=1.2.3
+Django >=1.7.6
+mysqlclient >=1.3.4
feedparser
Pillow >=2.2.1,<2.99
workerpool
+python-memcached
python-openid >=2.2.5
oauth2 >=1.5,<1.5.999
django-sphinx
markdown
-BeautifulSoup
+beautifulsoup4

Return to:

Send suggestions and report system problems to the System administrator.