From 095614cb65c57f39ac353871e41bdbf99e6f2aa5 Mon Sep 17 00:00:00 2001 From: Boris Date: Tue, 31 Mar 2026 23:06:45 +0300 Subject: [PATCH] Fix howlongtobeatpy version constraint (max is 1.0.21) --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6af458c..ccd0c81 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,4 +4,4 @@ whitenoise>=6.6 requests>=2.31 beautifulsoup4>=4.12 deep-translator>=1.11 -howlongtobeatpy>=2.0 +howlongtobeatpy>=1.0.21