fix: rich from dev dependent to main dependent

This commit is contained in:
MingxuanGame 2022-05-25 01:19:12 +08:00 committed by GitHub
parent d816e76962
commit 96837fa8db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

6
poetry.lock generated
View File

@ -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"