diff options
| author | Aurélien Bompard <aurelien@bompard.org> | 2012-11-22 15:11:52 +0100 |
|---|---|---|
| committer | Aurélien Bompard <aurelien@bompard.org> | 2012-11-22 15:11:52 +0100 |
| commit | 7c411cd1b2101bd2db985437453b709d7f409966 (patch) | |
| tree | bfb42bb81aa909660a57d04ad925e365061e5eb3 | |
| parent | 6b69fc2fbe3f64508f5876e2880fcc416210bd97 (diff) | |
Update requirements
| -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 |
