From 77027478049c0702a96785c0578d9441cb3ae2b3 Mon Sep 17 00:00:00 2001
From: Matyas Selmeci <matyas@cs.wisc.edu>
Date: Mon, 7 Jan 2019 10:10:44 -0600
Subject: [PATCH] Add comments to requirements*.txt to keep the files in sync

---
 requirements-rootless.txt | 3 +++
 requirements.txt          | 3 +++
 2 files changed, 6 insertions(+)

diff --git a/requirements-rootless.txt b/requirements-rootless.txt
index 3269922db..16021d1ef 100644
--- a/requirements-rootless.txt
+++ b/requirements-rootless.txt
@@ -1,3 +1,6 @@
+# *** NOTE ***
+# You MUST keep entries in this file in sync with those in requirements.txt
+
 asn1>=2.2.0,<2.3.0
 certifi>=2018.4.16
 chardet>=3.0.4,<3.1
diff --git a/requirements.txt b/requirements.txt
index 3281b7b28..6d902312d 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,3 +1,6 @@
+# *** NOTE ***
+# You MUST keep entries in this file in sync with those in requirements-rootless.txt
+
 asn1>=2.2.0,<2.3.0
 certifi>=2018.4.16
 chardet>=3.0.4,<3.1