From 1bd98c9b501a339f5767235cb58cefda3bc2f5b5 Mon Sep 17 00:00:00 2001 From: Aurélien Bompard Date: Thu, 22 Nov 2012 15:11:52 +0100 Subject: Update requirements --- README.rst | 3 +++ requirements.txt | 8 +------- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/README.rst b/README.rst index 91032b2..0fb79f9 100644 --- a/README.rst +++ b/README.rst @@ -15,6 +15,9 @@ the following command:: The HTML files will be available in the ``doc/_build/html`` directory. +The documentation can also be browsed online at: +https://hyperkitty.readthedocs.org. + .. _Sphinx: http://sphinx-doc.org diff --git a/requirements.txt b/requirements.txt index d908893..71494ad 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,11 +1,5 @@ Django==1.4 -SQLAlchemy==0.7.8 -URLObject==2.0.2 django-gravatar==0.1.0 django-social-auth==0.7.0 djangorestframework==0.3.3 -httplib2==0.7.4 -oauth2==1.5.211 -psycopg2==2.4.5 -python-openid==2.2.5 -wsgiref==0.1.2 \ No newline at end of file +kittystore -- cgit