From d816e7696214366faa9a4c50d3e02b9064648b0c Mon Sep 17 00:00:00 2001 From: MingxuanGame Date: Wed, 25 May 2022 01:13:27 +0800 Subject: [PATCH] fix: rich from dev dependent to main dependent --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ab3c9505..db6d99c1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,9 +42,9 @@ python-multipart = "^0.0.5" bilireq = "^0.1.2" emoji = "^1.7.0" wordcloud = "^1.8.1" +rich = "^12.4.3" [tool.poetry.dev-dependencies] -rich = "^12.4.3" [build-system] requires = ["poetry-core>=1.0.0"]