aboutsummaryrefslogtreecommitdiffstats
path: root/docs/topics/project-management.md
diff options
context:
space:
mode:
authorTom Christie2015-02-17 13:03:56 +0000
committerTom Christie2015-02-17 13:03:56 +0000
commit466bbbb308fee2e7bea3b1d8b1457bebccd9893c (patch)
tree045380efffeb281c8a5883ed21c7e605a1a66bfd /docs/topics/project-management.md
parent85bf127943bf896139b8980f06ac1e914c32efb4 (diff)
parent028c477c2242e7c322b68c4730ed1868008c37d8 (diff)
downloaddjango-rest-framework-466bbbb308fee2e7bea3b1d8b1457bebccd9893c.tar.bz2
Merge pull request #2568 from tomchristie/requirements-refactor
Requirements refactor.
Diffstat (limited to 'docs/topics/project-management.md')
-rw-r--r--docs/topics/project-management.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/topics/project-management.md b/docs/topics/project-management.md
index 2a54fb94..dfe0d635 100644
--- a/docs/topics/project-management.md
+++ b/docs/topics/project-management.md
@@ -166,6 +166,16 @@ When a translator has finished translating their work needs to be downloaded fro
---
+## Project requirements
+
+All our test requirements are pinned to exact versions, in order to ensure that our test runs are reproducible. We maintain the requirements in the `requirements` directory. The requirements files are referenced from the `tox.ini` configuration file, ensuring we have a single source of truth for package versions used in testing.
+
+You can check if there are any packages available at a newer version, by using the `pip-review` tool.
+
+Package upgrades should generally be treated as isolated pull requests. Also note that the `pip-dump` command does not work gracefully with our requirements layout style, so any edits should be made manually.
+
+---
+
## Project ownership
The PyPI package is owned by `@tomchristie`. As a backup `@j4mie` also has ownership of the package.