requirements: Unpin libthumbor version in common.in.

Versions should not be pinned in *.in unless specific circumstances
merit an exception to this rule.  Every existing exception is
commented.

Signed-off-by: Anders Kaseorg <anders@zulipchat.com>
This commit is contained in:
Anders Kaseorg 2020-04-22 00:07:16 -07:00 committed by Tim Abbott
parent 859b48c491
commit dad4ba3cd1
1 changed files with 1 additions and 1 deletions

View File

@ -167,7 +167,7 @@ yamole
# Needed for signing thumbnail requests so that they can be authenticated on the
# other end.
libthumbor==2.0.1
libthumbor
# Needed for string matching in AlertWordProcessor
pyahocorasick