From 0b61974005e4b5569fde86be612461017a318f29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B4=9B=E6=B0=B4=E5=B1=85=E5=AE=A4?= Date: Fri, 15 Dec 2023 22:07:38 +0800 Subject: [PATCH] :heavy_minus_sign: Remove qrcode --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 472bee6..6742caf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,6 @@ GitPython = "^3.1.30" openpyxl = "^3.1.1" async-lru = "^2.0.4" thefuzz = "^0.20.0" -qrcode = "^7.4.2" cryptography = "^41.0.4" pillow = "^10.0.1" playwright = "^1.39.0"