From 537351bf046ec67b5ece85101e615787e1679ac6 Mon Sep 17 00:00:00 2001 From: Eric Joanis Date: Fri, 13 Dec 2024 15:34:50 -0500 Subject: [PATCH] build: recompile requirements.txt hatch env remove prod rm requirements.txt hatch env create prod --- requirements.txt | 27 +++++++++++++-------------- 1 file changed, 13 insertions(+), 14 deletions(-) diff --git a/requirements.txt b/requirements.txt index de47aca1..cd55fc8f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -22,7 +22,7 @@ annotated-types==0.7.0 # via pydantic -anyio==4.6.2.post1 +anyio==4.7.0 # via starlette certifi==2024.8.30 # via requests @@ -35,10 +35,6 @@ click==8.1.7 # hatch.envs.prod # g2p # uvicorn -colorama==0.4.6 - # via - # click - # tqdm coloredlogs==15.0.1 # via # hatch.envs.prod @@ -49,10 +45,12 @@ editdistance==0.8.1 # via panphon et-xmlfile==2.0.0 # via openpyxl -fastapi==0.115.5 +fastapi==0.115.6 # via hatch.envs.prod g2p==2.2.0 # via hatch.envs.prod +gunicorn==23.0.0 ; platform_system != "Windows" + # via hatch.envs.prod h11==0.14.0 # via uvicorn humanfriendly==10.0 @@ -65,13 +63,15 @@ lxml==5.3.0 # via hatch.envs.prod munkres==1.1.4 # via panphon -numpy==2.1.3 +numpy==2.2.0 # via # hatch.envs.prod # panphon openpyxl==3.1.5 # via g2p -panphon==0.20.0 +packaging==24.2 + # via gunicorn +panphon==0.21.2 # via g2p pydantic==2.8.2 # via @@ -84,8 +84,6 @@ pydub==0.25.1 # via hatch.envs.prod pympi-ling==1.70.2 # via hatch.envs.prod -pyreadline3==3.5.4 - # via humanfriendly python-slugify==5.0.0 # via hatch.envs.prod pyyaml==6.0.2 @@ -100,18 +98,19 @@ requests==2.32.3 # via hatch.envs.prod sniffio==1.3.1 # via anyio -soundswallower==0.6.4 +soundswallower==0.6.5 # via hatch.envs.prod -starlette==0.41.2 +starlette==0.41.3 # via fastapi text-unidecode==1.3 # via # g2p # python-slugify -tqdm==4.67.0 +tqdm==4.67.1 # via g2p typing-extensions==4.12.2 # via + # anyio # fastapi # g2p # pydantic @@ -120,7 +119,7 @@ unicodecsv==0.14.1 # via panphon urllib3==2.2.3 # via requests -uvicorn==0.32.0 +uvicorn==0.32.1 # via hatch.envs.prod webvtt-py==0.4.2 # via hatch.envs.prod