add rich to package

main
mpgn 2023-05-24 08:16:08 -04:00
parent 4886a29a95
commit e31c84c9e5
2 changed files with 2 additions and 1 deletions

2
poetry.lock generated
View File

@ -2571,4 +2571,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = "^3.7.0" python-versions = "^3.7.0"
content-hash = "1b758a407eb2d1f0ffb9023f0c832cadd49ef7029bbc195698b8f4b7f6488305" content-hash = "ad238d7ceb810d2b90bb7e49834c309971647db875cc3f39bab8cfdeae992a45"

View File

@ -52,6 +52,7 @@ sqlalchemy = "^2.0.4"
aiosqlite = "^0.18.0" aiosqlite = "^0.18.0"
pytest = "^7.2.2" pytest = "^7.2.2"
pyasn1-modules = "^0.3.0" pyasn1-modules = "^0.3.0"
rich = "^13.3.5"
[tool.poetry.dev-dependencies] [tool.poetry.dev-dependencies]
flake8 = "*" flake8 = "*"