From 3d4dcea94c25344ca4e4e8bf004f8b68a49f0233 Mon Sep 17 00:00:00 2001
From: Bruce Flynn <brucef@ssec.wisc.edu>
Date: Mon, 16 Oct 2023 09:18:22 -0500
Subject: [PATCH] add pip-tools link

---
 README.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/README.md b/README.md
index 7b703c4..dc55a59 100644
--- a/README.md
+++ b/README.md
@@ -19,6 +19,8 @@ practices for Python project.
     - Packaging
     - Build and tooling environments
     - Dynamic versioning using GIT tags
+* Dependency pinning
+    - [pip-tools](https://github.com/jazzband/pip-tools)
 * Linting and formatting
     - [black](https://black.readthedocs.io)
         * Formatting
-- 
GitLab