python3-rich: update dependencies

This commit is contained in:
Jan Christian Grünhage 2023-02-01 13:04:07 +01:00 committed by Đoàn Trần Công Danh
parent 907d7e777f
commit 8f70ecc086
1 changed files with 2 additions and 3 deletions

View File

@ -1,11 +1,10 @@
# Template file for 'python3-rich'
pkgname=python3-rich
version=13.3.1
revision=1
revision=2
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-typing_extensions python3-Pygments python3-commonmark
python3-colorama"
depends="python3-Pygments python3-markdown-it"
checkdepends="python3-wheel $depends"
short_desc="Library for rich text and beautiful formatting in the terminal"
maintainer="Andrew Benson <abenson+void@gmail.com>"