Skip to content

Commit

Permalink
Allow rich-11 (#2057)
Browse files Browse the repository at this point in the history
Relax the version bind on rich to allow v11.  There are no test
regressions with the new version, and CLI seems to work correctly.
  • Loading branch information
mgorny committed Feb 1, 2022
1 parent 7b6af4d commit 2146c75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -72,7 +72,7 @@ def get_packages(package):
],
"cli": [
"click==8.*",
"rich==10.*",
"rich>=10,<12",
"pygments==2.*"
]
},
Expand Down

0 comments on commit 2146c75

Please sign in to comment.