Updated dependencies for rich_theme_manager

This commit is contained in:
Rhet Turnbull 2022-04-30 07:58:19 -07:00
parent 5e3cd66a4b
commit 8a3dc9b393
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ pyobjc-framework-Vision>=7.3,<9.0
PyYAML>=5.4.1,<6.0.0
requests>=2.27.1,<3.0.0
rich>=11.2.0,<13.0.0
rich_theme_manager>=0.7.0
rich_theme_manager>=0.9.0
tenacity>=8.0.1,<9.0.0
textx>=2.3.0,<2.4.0
toml>=0.10.2,<0.11.0

View File

@ -97,7 +97,7 @@ setup(
"pyobjc-framework-Vision>=7.3,<9.0",
"requests>=2.27.1,<3.0.0",
"rich>=11.2.0,<13.0.0",
"rich_theme_manager>=0.7.0",
"rich_theme_manager>=0.9.0",
"tenacity>=8.0.1,<9.0.0",
"textx>=2.3.0,<3.0.0",
"toml>=0.10.2,<0.11.0",