Skip to content

Commit

Permalink
build: recompile requirements.txt
Browse files Browse the repository at this point in the history
hatch env remove prod
rm requirements.txt
hatch env create prod
  • Loading branch information
joanise committed Dec 13, 2024
1 parent 8198793 commit 537351b
Showing 1 changed file with 13 additions and 14 deletions.
27 changes: 13 additions & 14 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 537351b

Please sign in to comment.