Skip to content

Commit

Permalink
Update server related requirement file. (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
mzr1996 authored Dec 11, 2023
1 parent 0a5389d commit e8034ea
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ dependencies = {file = "requirements/runtime.txt"}

[tool.setuptools.dynamic.optional-dependencies]
all = {file = "requirements/optional.txt"}
server = {file = "requirements/server.txt"}

[tool.yapf]
based_on_style = "pep8"
Expand Down
4 changes: 4 additions & 0 deletions requirements/optional.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
fastapi
openai
python-multipart
sentence-transformers
torch
torchaudio
torchvision
typing-extensions
uvicorn[standard]
4 changes: 4 additions & 0 deletions requirements/server.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
fastapi
python-multipart
typing-extensions
uvicorn[standard]

0 comments on commit e8034ea

Please sign in to comment.