Skip to content

Commit

Permalink
build(config.yml): add missing dep
Browse files Browse the repository at this point in the history
  • Loading branch information
krrishdholakia committed Apr 4, 2024
1 parent 98fa3ff commit f885452
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
pip install openai
pip install prisma
pip install "httpx==0.24.1"
pip install fastapi
pip install "gunicorn==21.2.0"
pip install "anyio==3.7.1"
pip install "aiodynamo==23.10.1"
Expand Down
1 change: 0 additions & 1 deletion litellm/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
import dotenv, traceback, random, asyncio, time, contextvars
from copy import deepcopy
import httpx

import litellm
from ._logging import verbose_logger
from litellm import ( # type: ignore
Expand Down

0 comments on commit f885452

Please sign in to comment.