chore(pyproject.toml): add diskcache as extra

This commit is contained in:
Antonio Loison
2024-05-10 10:56:36 +02:00
parent 004877c7e5
commit 9b2dcb2807
2 changed files with 5 additions and 1 deletions
Generated
+2 -1
View File
@@ -2679,10 +2679,11 @@ docs = ["furo", "jaraco.packaging (>=9.3)", "jaraco.tidelift (>=1.4)", "rst.link
testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=2.2)", "pytest-ignore-flaky", "pytest-mypy", "pytest-ruff (>=0.2.1)"]
[extras]
extra-cache = ["diskcache"]
extra-proxy = ["azure-identity", "azure-keyvault-secrets", "google-cloud-kms", "prisma", "resend"]
proxy = ["PyJWT", "apscheduler", "backoff", "cryptography", "fastapi", "fastapi-sso", "gunicorn", "orjson", "python-multipart", "pyyaml", "rq", "uvicorn"]
[metadata]
lock-version = "2.0"
python-versions = ">=3.8.1,<4.0, !=3.9.7"
content-hash = "9d2c78a508742a83a9dce1f3f55f8ef9cac8a453a863eaa91a179f031894be1b"
content-hash = "a21a41c1f683d7cb9a07fa76ee396b7da95cebf8c82d44de92e318916436a506"
+3
View File
@@ -66,6 +66,9 @@ extra_proxy = [
"resend"
]
extra_cache = [
"diskcache"
]
[tool.poetry.scripts]
litellm = 'litellm:run_server'