From c577226e9c2df2aadb4aadf7d59bda2f194c0181 Mon Sep 17 00:00:00 2001 From: backwardspy Date: Tue, 20 Feb 2024 17:26:22 +0000 Subject: [PATCH] fix(install): pin catppuccin to <2.0.0 (#153) --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 15b52c23..9286bfa2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -catppuccin>=1.1.1 \ No newline at end of file +catppuccin>=1.1.1,<2.0.0 \ No newline at end of file