From a836a1b5a06038159fa14c1263150c728227ef16 Mon Sep 17 00:00:00 2001 From: Matthias Date: Fri, 27 May 2022 20:02:35 +0200 Subject: [PATCH] also wait on precommit --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 822d40fc54..121c91e69b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -46,6 +46,6 @@ py-moneyed==0.8.0 # Specific version requirement for py-mo pygments==2.7.4 # Syntax highlighting python-barcode[images]==0.13.1 # Barcode generator qrcode[pil]==6.1 # QR code generator -rapidfuzz==0.7.6 # Fuzzy string matching +# rapidfuzz==0.7.6 # Fuzzy string matching tablib[xls,xlsx,yaml] # Support for XLS and XLSX formats weasyprint==52.5 # PDF generation library (Note: in the future need to update to 53)