Added LiteLLM to the stack
This commit is contained in:
136
Development/litellm/tests/code_coverage_tests/liccheck.ini
Normal file
136
Development/litellm/tests/code_coverage_tests/liccheck.ini
Normal file
@@ -0,0 +1,136 @@
|
||||
# Authorized and unauthorized licenses in LOWER CASE
|
||||
[Licenses]
|
||||
authorized_licenses:
|
||||
######################
|
||||
# Permissive Licenses
|
||||
######################
|
||||
|
||||
# Apache-2.0
|
||||
apache
|
||||
apache 2.0
|
||||
apache-2.0
|
||||
apache software license
|
||||
apache software
|
||||
apache license v2.0
|
||||
apache license 2.0
|
||||
apache license, version 2.0
|
||||
|
||||
# BSD
|
||||
bsd
|
||||
new bsd
|
||||
bsd license
|
||||
new bsd license
|
||||
simplified bsd
|
||||
3-clause bsd
|
||||
freebsd
|
||||
bsd 3-clause
|
||||
|
||||
# MIT
|
||||
mit
|
||||
mit license
|
||||
|
||||
# ISC
|
||||
isc license
|
||||
isc license (iscl)
|
||||
|
||||
# The Unlicense
|
||||
the unlicense (unlicense)
|
||||
|
||||
# HPND
|
||||
historical permission notice and disclaimer (hpnd)
|
||||
|
||||
#########################
|
||||
# Weak Copy Left Licenses
|
||||
#########################
|
||||
|
||||
# MPL-2.0
|
||||
mozilla public license 2.0 (mpl 2.0)
|
||||
|
||||
# LGPL
|
||||
gnu lesser general public license v2 or later (lgplv2+)
|
||||
gnu lgpl
|
||||
lgpl with exceptions or zpl
|
||||
gnu library or lesser general public license (lgpl)
|
||||
gnu lesser general public license v3 (lgplv3)
|
||||
gnu general public license v2 (gplv2)
|
||||
|
||||
# PSF-2.0
|
||||
python software foundation
|
||||
python software foundation license
|
||||
|
||||
|
||||
unauthorized_licenses:
|
||||
###########################
|
||||
# Strong Copy Left Licenses
|
||||
###########################
|
||||
gpl v3
|
||||
|
||||
[Authorized Packages]
|
||||
# Apache-2.0 https://github.com/chroma-core/hnswlib#Apache-2.0-1-ov-file
|
||||
chroma-hnswlib: >=0.7.3
|
||||
# MIT https://github.com/facebookresearch/iopath?tab=MIT-1-ov-file#readme
|
||||
iopath: >=0.1.10
|
||||
# BSD https://github.com/PDFium/PDFium?tab=BSD-3-Clause-1-ov-file#readme
|
||||
pypdfium2: >=4.30.0
|
||||
# MIT https://github.com/voyage-ai/voyageai-python?tab=MIT-1-ov-file#readme
|
||||
voyageai: >=0.2.3
|
||||
# OpenLDAP Public License, which is a permissive BSD style license
|
||||
# https://github.com/jnwatson/py-lmdb/?tab=License-1-ov-file#readme
|
||||
lmdb: >=1.5.1
|
||||
openai: >=1.1.0 # APACHE 2.0 License
|
||||
httpx: >=0.25.0 # BSD 3-Clause License
|
||||
fastapi: >=0.115.5 # MIT License
|
||||
uvicorn: >=0.29.0 # BSD 3-Clause License
|
||||
anthropic: >=0.21.3 # MIT License
|
||||
detect-secrets: >=1.5.0 # MIT License
|
||||
importlib-metadata: >=6.8.0 # Apache 2.0 License
|
||||
tokenizers: >=0.20.2 # Apache 2.0 License
|
||||
jinja2: >=3.1.4 # BSD 3-Clause License
|
||||
litellm-proxy-extras: >=0.1.1 # MIT License
|
||||
litellm-enterprise: >=0.1.1 # LiteLLM Enterprise License
|
||||
anyio: >=4.5.0 # Unknown license
|
||||
httpx-aiohttp: >=0.1.4 # Unknown license
|
||||
backoff: >=2.2.1 # Unknown license
|
||||
pyyaml: >=6.0.2 # Unknown license
|
||||
gunicorn: >=23.0.0 # Unknown license
|
||||
uvloop: >=0.21.0 # Unknown license
|
||||
boto3: >=1.34.34 # Unknown license
|
||||
redis: >=5.2.1 # Unknown license
|
||||
prisma: >=0.11.0 # Unknown license
|
||||
mangum: >=0.17.0 # Unknown license
|
||||
pynacl: >=1.5.0 # Unknown license
|
||||
google-cloud-aiplatform: >=1.47.0 # Unknown license
|
||||
mcp: >=1.5.0 # Unknown license
|
||||
google-generativeai: >=0.5.0 # Unknown license
|
||||
async_generator: >=1.10.0 # Unknown license
|
||||
langfuse: >=2.45.0 # Unknown license
|
||||
prometheus_client: >=0.20.0 # Unknown license
|
||||
ddtrace: >=2.19.0 # Unknown license
|
||||
orjson: >=3.10.12 # Unknown license
|
||||
apscheduler: >=3.10.4 # Unknown license
|
||||
fastapi-sso: >=0.16.0 # Unknown license
|
||||
pyjwt: >=2.9.0 # Unknown license
|
||||
python-multipart: >=0.0.18 # Unknown license
|
||||
pillow: >=11.0.0 # Unknown license
|
||||
azure-ai-contentsafety: >=1.0.0 # Unknown license
|
||||
azure-identity: >=1.16.1 # Unknown license
|
||||
azure-storage-file-datalake: >=12.20.0 # Unknown license
|
||||
opentelemetry-api: >=1.25.0 # Unknown license
|
||||
opentelemetry-sdk: >=1.25.0 # Unknown license
|
||||
opentelemetry-exporter-otlp: >=1.25.0 # Unknown license
|
||||
sentry_sdk: >=2.21.0 # Unknown license
|
||||
cryptography: >=43.0.1 # Unknown license
|
||||
tzdata: >=2025.1 # Unknown license
|
||||
python-dotenv: >=1.0.0 # Unknown license
|
||||
tiktoken: >=0.8.0 # Unknown license
|
||||
click: >=8.1.7 # Unknown license
|
||||
rich: >=13.7.1 # Unknown license
|
||||
aiohttp: >=3.10.2 # Unknown license
|
||||
aioboto3: >=12.3.0 # Unknown license
|
||||
tenacity: >=8.2.3 # Unknown license
|
||||
pydantic: >=2.10.2 # Unknown license
|
||||
jsonschema: >=4.22.0 # Unknown license
|
||||
websockets: >=13.1.0 # Unknown license
|
||||
polars: >=1.31.0 # Unknown license, the license.md allows free of charge use
|
||||
semantic_router: >=0.1.10 # Unknown license
|
||||
|
Reference in New Issue
Block a user