summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Finucane <sfinucan@redhat.com>2022-05-18 11:39:21 +0100
committerStephen Finucane <sfinucan@redhat.com>2022-05-25 17:09:04 +0100
commit3d93a6464d18d0b937e5bbb7d468199877984ba1 (patch)
tree3c50b408251e7d216c5b1a6ba9b4c03dddf19161
parent3e2e0139dec5592a328eafc0f76a4ca2489062c5 (diff)
downloadcliff-3d93a6464d18d0b937e5bbb7d468199877984ba1.tar.gz
requirements: Remove explicit pyparsing dependency
This was added nearly a decade ago to work around a packaging bug in cmd2. We don't use this explicitly ourselves so we can and should remove it. Do that. Change-Id: Ia6061a22b9037d157c0b2afecb4e06bbc62c2d74 Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
-rw-r--r--requirements.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index 4450bd7..4a294c5 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5,6 +5,5 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0
autopage>=0.4.0 # Apache 2.0
cmd2>=1.0.0 # MIT
PrettyTable>=0.7.2 # BSD
-pyparsing>=2.1.0 # MIT
stevedore>=2.0.1 # Apache-2.0
PyYAML>=3.12 # MIT