Skip to content

Commit

Permalink
fix: add missing dependencies
Browse files Browse the repository at this point in the history
DO NOT PUSH. THIS IS A TEMPORARY COMMIT.
  • Loading branch information
winstxnhdw committed Dec 3, 2023
1 parent 36a3a82 commit 86eb1c1
Show file tree
Hide file tree
Showing 2 changed files with 80 additions and 4 deletions.
76 changes: 75 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 5 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,15 @@ readme = "README.md"
[tool.poetry.dependencies]
python = "^3.11"
typing-extensions = "^4.8.0"
fastapi = "^0.104.1"
hypercorn = "^0.15.0"
uvloop = "^0.19.0"
transformers = "^4.35.2"
fastapi = "^0.104.1"
pydantic-settings = "^2.1.0"
ctranslate2 = "^3.22.0"
transformers = "^4.35.2"
sentencepiece = "^0.1.99"
protobuf = "^4.25.1"
supervisor = "^4.2.5"
pydantic-settings = "^2.1.0"

[tool.poetry.group.dev.dependencies]
pyright = "^1.1.338"
Expand Down

0 comments on commit 86eb1c1

Please sign in to comment.