summaryrefslogtreecommitdiff
path: root/textproc/py-rich-cli/files/patch-pyproject.toml
blob: be4453bc1f99fd0ad900ead6d54c14f4ac0fe6a3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- pyproject.toml.orig	2022-05-08 16:55:58 UTC
+++ pyproject.toml
@@ -23,10 +23,10 @@ python = "^3.7"
 
 [tool.poetry.dependencies]
 python = "^3.7"
-rich = "^12.4.1"
+rich = ">=12.4.1"
 click = "^8.0.0"
 requests = "^2.0.0"
-textual = "^0.1.18"
+textual = ">=0.1.18"
 rich-rst = "^1.1.7"
 
 [tool.poetry.dev-dependencies]