mirror of https://github.com/Textualize/rich.git
wrong bound
This commit is contained in:
parent
3191df1f0e
commit
fb57dfff38
|
@ -28,7 +28,7 @@ include = ["rich/py.typed"]
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = "^3.6"
|
python = "^3.6"
|
||||||
typing-extensions = { version = "^3.7.4", python = "<3.8" }
|
typing-extensions = { version = "^3.7.4", python = "<3.8" }
|
||||||
dataclasses = { version = ">=0.7,<0.9", python = ">3.6,>3.7" }
|
dataclasses = { version = ">=0.7,<0.9", python = ">3.6,<3.7" }
|
||||||
pygments = "^2.6.0"
|
pygments = "^2.6.0"
|
||||||
commonmark = "^0.9.0"
|
commonmark = "^0.9.0"
|
||||||
colorama = "^0.4.0"
|
colorama = "^0.4.0"
|
||||||
|
|
Loading…
Reference in New Issue