diff options
-rw-r--r-- | README.rst | 3 | ||||
-rw-r--r-- | requirements.txt | 8 |
2 files changed, 4 insertions, 7 deletions
@@ -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 |