Skip to content

Commit

Permalink
(fix) pip install litellm[proxy]
Browse files Browse the repository at this point in the history
  • Loading branch information
ishaan-jaff committed Dec 28, 2023
1 parent cf236a4 commit a730515
Show file tree
Hide file tree
Showing 2 changed files with 68 additions and 16 deletions.
73 changes: 65 additions & 8 deletions poetry.lock

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

11 changes: 3 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,12 @@ jinja2 = "^3.1.2"
certifi = "^2023.7.22"
aiohttp = "*"

uvicorn = {version = "^0.24.0.post1", optional = true}
uvicorn = {version = "^0.22.0", optional = true}
fastapi = {version = "^0.104.1", optional = true}
backoff = {version = "*", optional = true}
pyyaml = {version = "^6.0", optional = true}
rq = {version = "*", optional = true}
orjson = {version = "^3.9.7", optional = true}

[tool.poetry.extras]
proxy = [
Expand All @@ -31,7 +33,6 @@ proxy = [
"pyyaml",
"rq",
"orjson",
"importlib",
]

extra_proxy = [
Expand All @@ -41,12 +42,6 @@ extra_proxy = [
"google-cloud-kms"
]

proxy_otel = [
"opentelemetry-api",
"opentelemetry-sdk",
"opentelemetry-exporter-otlp",
"opentelemetry-sdk-resources"
]

[tool.poetry.scripts]
litellm = 'litellm:run_server'
Expand Down

0 comments on commit a730515

Please sign in to comment.