Chore: Unpin requirements 95/68295/2 v0.35.2
authorEric Ball <eball@linuxfoundation.org>
Wed, 14 Jul 2021 21:21:39 +0000 (14:21 -0700)
committerEric Ball <eball@linuxfoundation.org>
Wed, 14 Jul 2021 22:35:43 +0000 (15:35 -0700)
commit399638076fd4b30de266d0d11ac3100601810b36
treead866a2adb7c01d6e431436dab1069abc78c033a
parentc0cde4236564f5b090a7811b61f8a7340108d867
Chore: Unpin requirements

Having all requirements pinned was causing problems with dependency
resolution in pip. This worked fairly well in older versions, but
newer versions of pip are more strict in how they handle dependencies
of multiple packages. This was causing v0.31.1, the last version with
unpinned requirements, to be installed in cases where lftools was
installed alongside packages with conflicting requirements.

Issue: RELENG-3792
Change-Id: Ie8fb0dac45da5d3fba803ef66e216341516bc3ab
Signed-off-by: Eric Ball <eball@linuxfoundation.org>
requirements.txt