Allow rich 12 (#2122)

This commit is contained in:
Raffaele Salmaso 2022-03-28 13:59:07 +02:00 committed by GitHub
parent c5b2dd167b
commit 476127697f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -72,7 +72,7 @@ setup(
],
"cli": [
"click==8.*",
"rich>=10,<12",
"rich>=10,<13",
"pygments==2.*"
]
},