summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorJiri Tomasek <jtomasek@redhat.com>2013-05-28 10:06:10 +0200
committerJiri Tomasek <jtomasek@redhat.com>2013-05-29 12:07:35 +0200
commit5b24518b10a842dcceb4236860ac3e80839f1789 (patch)
tree12eb893281318018f401e96b5cc0715a09f3ba2a /README.rst
parent4b9cd0040dc6a77fbc1e91e3bec71b5bf515e1c1 (diff)
downloadhorizon-5b24518b10a842dcceb4236860ac3e80839f1789.tar.gz
Renames tools/pip-requires to requirements.txt
and tools/test-requires to test-requirements.txt These are standard files and tools in the general world are growing intelligence about them. Change-Id: Iac3c680dd19cabd8ea38598a6e2bb27238030a2d Fixes: bug #1179008
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index edda2b776..df895d289 100644
--- a/README.rst
+++ b/README.rst
@@ -90,7 +90,7 @@ For development, start with the getting started instructions above.
Once you have a working virtualenv and all the necessary packages, read on.
If dependencies are added to either ``horizon`` or ``openstack-dashboard``,
-they should be added to ``tools/pip-requires``.
+they should be added to ``requirements.txt``.
The ``run_tests.sh`` script invokes tests and analyses on both of these
components in its process, and it is what Jenkins uses to verify the