change dependency group

This commit is contained in:
Gokul Mohanarangan
2023-08-10 12:16:39 +05:30
parent 7ee049bad6
commit 0a11a7f669
2 changed files with 7 additions and 4 deletions

2
server/poetry.lock generated
View File

@@ -2996,4 +2996,4 @@ multidict = ">=4.0"
[metadata]
lock-version = "2.0"
python-versions = "^3.11"
content-hash = "d6884c33e9aeded69df66c1fd60cd55edc121ed20d10037967a4ea1dcb62b055"
content-hash = "a5cd48fcfc629c2cd2f4fcc4263c57f867d84acf60824eaf952e365578374d1d"

View File

@@ -41,14 +41,17 @@ pytest-asyncio = "^0.21.1"
pytest = "^7.4.0"
httpx-ws = "^0.4.1"
pytest-httpx = "^0.23.1"
jiwer = "^3.0.2"
levenshtein = "^0.21.1"
tqdm = "^4.66.0"
[tool.poetry.group.aws.dependencies]
aioboto3 = "^11.2.0"
[tool.poetry.group.evaluation.dependencies]
jiwer = "^3.0.2"
levenshtein = "^0.21.1"
tqdm = "^4.66.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"