From 96837fa8dbba50a08e33f5f856f5d7c5e95b4bec Mon Sep 17 00:00:00 2001 From: MingxuanGame Date: Wed, 25 May 2022 01:19:12 +0800 Subject: [PATCH] fix: rich from dev dependent to main dependent --- poetry.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/poetry.lock b/poetry.lock index 80029927..94445a62 100644 --- a/poetry.lock +++ b/poetry.lock @@ -329,7 +329,7 @@ reference = "ali" name = "commonmark" version = "0.9.1" description = "Python parser for the CommonMark Markdown spec" -category = "dev" +category = "main" optional = false python-versions = "*" @@ -1008,7 +1008,7 @@ reference = "ali" name = "pygments" version = "2.12.0" description = "Pygments is a syntax highlighting package written in Python." -category = "dev" +category = "main" optional = false python-versions = ">=3.6" @@ -1241,7 +1241,7 @@ reference = "ali" name = "rich" version = "12.4.3" description = "Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal" -category = "dev" +category = "main" optional = false python-versions = ">=3.6.3,<4.0.0"