From 197570db5eb56e41dfb0ca98bfc01d6240349a1d Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Mon, 17 Jan 2022 10:21:39 -0500 Subject: Update documentation to match and remove requirements file with stale references. --- docs/development/developer-guide.rst | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'docs') diff --git a/docs/development/developer-guide.rst b/docs/development/developer-guide.rst index f29c1a80..e274c417 100644 --- a/docs/development/developer-guide.rst +++ b/docs/development/developer-guide.rst @@ -125,12 +125,9 @@ cannot declare dependencies other than through ``setuptools/_vendor/vendored.txt`` and ``pkg_resources/_vendor/vendored.txt``. -All the dependencies specified in these files are "vendorized" using Paver_, a -simple Python-based project scripting and task running tool. +All the dependencies specified in these files are "vendorized" using a +simple Python script ``tools/vendor.py``. -To refresh the dependencies, you can run the following command (defined in -``pavement.py``):: +To refresh the dependencies, run the following command:: - $ paver update_vendored - -.. _Paver: https://pythonhosted.org/Paver/ + $ tox -e vendor -- cgit v1.2.1