Updated textx version

This commit is contained in:
Rhet Turnbull
2023-02-11 09:34:56 -08:00
parent 98e988cd6a
commit c4788c0fd2
2 changed files with 2 additions and 2 deletions

View File

@@ -27,7 +27,7 @@ rich_theme_manager>=0.11.0
shortuuid==1.0.9 shortuuid==1.0.9
strpdatetime>=0.2.0 strpdatetime>=0.2.0
tenacity>=8.0.1,<9.0.0 tenacity>=8.0.1,<9.0.0
textx>=3.0.0,<4.0.0 textx>=3.1.1,<4.0.0
toml>=0.10.2,<0.11.0 toml>=0.10.2,<0.11.0
wrapt>=1.14.1,<2.0.0 wrapt>=1.14.1,<2.0.0
wurlitzer>=3.0.2,<4.0.0 wurlitzer>=3.0.2,<4.0.0

View File

@@ -102,7 +102,7 @@ setup(
"shortuuid==1.0.9", "shortuuid==1.0.9",
"strpdatetime>=0.2.0", "strpdatetime>=0.2.0",
"tenacity>=8.0.1,<9.0.0", "tenacity>=8.0.1,<9.0.0",
"textx>=3.0.0,<4.0.0", "textx>=3.1.1,<4.0.0",
"toml>=0.10.2,<0.11.0", "toml>=0.10.2,<0.11.0",
"wrapt>=1.14.1,<2.0.0", "wrapt>=1.14.1,<2.0.0",
"wurlitzer>=3.0.2,<4.0.0", "wurlitzer>=3.0.2,<4.0.0",