Added rich to poetry dependencies

This commit is contained in:
Fennerr
2023-12-21 08:43:57 +02:00
parent b976cab926
commit 028d29b8ff
+2 -2
View File
@@ -47,11 +47,11 @@ msgraph-core = "0.2.2"
msrestazure = "^0.6.4"
pydantic = "1.10.13"
python = ">=3.9,<3.12"
rich = "^13.7.0"
schema = "0.7.5"
shodan = "1.30.1"
slack-sdk = "3.26.1"
tabulate = "0.9.0"
rich = "^13.7.0"
[tool.poetry.extras]
docs = ["mkdocs", "mkdocs-material"]
@@ -65,8 +65,8 @@ flake8 = "6.1.0"
freezegun = "1.3.1"
mock = "5.1.0"
moto = {extras = ["all"], version = "4.2.12"}
openapi-spec-validator = "0.7.1"
openapi-schema-validator = "0.6.2"
openapi-spec-validator = "0.7.1"
pylint = "3.0.3"
pytest = "7.4.3"
pytest-cov = "4.1.0"