From 2818b74d14c01831b8ded4baedd58ea8b84ca4cf Mon Sep 17 00:00:00 2001 From: csd4ni3l Date: Sat, 9 Aug 2025 12:23:26 +0200 Subject: [PATCH] update requirements.txt to include bcrypt --- requirements.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/requirements.txt b/requirements.txt index 4de8688..d3b85ce 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,7 @@ # This file was autogenerated by uv via the following command: # uv pip compile pyproject.toml -o requirements.txt +bcrypt==4.3.0 + # via grass-touching-captcha (pyproject.toml) blinker==1.9.0 # via flask certifi==2025.8.3