Signed-off-by: Christopher Brannon <cmbra...@gmail.com>
---
README.rst | 1 +
pip-requirements.txt | 1 +
2 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/README.rst b/README.rst
index 40a101c..bf988a9 100644
--- a/README.rst
+++ b/README.rst
@@ -20,6 +20,7 @@ Dependencies
* `Django <http://www.djangoproject.com>`_ >= 1.0
* `django-registration <http://bitbucket.org/ubernostrum/django-registration>`_
* `django-tagging <http://code.google.com/p/django-tagging>`_
+* `django-piston <http://bitbucket.org/jespern/django-piston>`_
If you use ``pip``, a ``pip-requirements.txt`` file is provided. It can be used as
such::
diff --git a/pip-requirements.txt b/pip-requirements.txt
index 8efa65f..c3c3a31 100644
--- a/pip-requirements.txt
+++ b/pip-requirements.txt
@@ -1,3 +1,4 @@
Django>=1.0
django-registration>=0.7
-e svn+http://django-tagging.googlecode.com/svn/trunk/#egg=tagging
+django-piston>=0.2.2
--
1.6.6