From 3a7732003ea6fb48439dbf36ef75a9972b6b1815 Mon Sep 17 00:00:00 2001 From: Matthias Date: Fri, 27 May 2022 20:44:23 +0200 Subject: [PATCH] remove incidential change --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 121c91e69b..822d40fc54 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)