Skip to content

Commit

Permalink
Use this branch's Pipfile, I need unidecode
Browse files Browse the repository at this point in the history
  • Loading branch information
dmannarino committed Jan 29, 2025
1 parent 55e1a2f commit ffe9b6b
Show file tree
Hide file tree
Showing 2 changed files with 179 additions and 207 deletions.
3 changes: 2 additions & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ google-cloud-storage = "*"
httpcore = "*"
httpx = "*"
httpx-auth = "*"
numpy = "*"
numpy = "<2.0"
orjson = "*"
packaging = "*"
pendulum = "<3"
Expand All @@ -60,6 +60,7 @@ sqlalchemy = "<1.4"
sqlalchemy-utils = "*"
starlette = "*"
typer = "*"
unidecode = "*"
uvicorn = {version = "*", extras = ["standard"]}

[requires]
Expand Down
Loading

0 comments on commit ffe9b6b

Please sign in to comment.