build(pyproject.toml): drop certifi dependency (unused)

This commit is contained in:
Krrish Dholakia 2024-01-10 08:09:03 +05:30
parent 0862157905
commit f32ec52673
3 changed files with 5 additions and 7 deletions

View file

@ -1,6 +1,6 @@
## This is a template base class to be used for adding new LLM providers via API calls
import litellm
import httpx, certifi, ssl
import httpx
from typing import Optional