-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
|
||
### THIRD-PARTY LICENSES | ||
|
||
# Core dependencies License | ||
fastapi MIT | ||
uvicorn[standard] BSD | ||
python-multipart Apache | ||
pydantic MIT | ||
redis MIT | ||
websockets BSD License (BSD-3-Clause) | ||
asyncio PSF | ||
minio OSI Approved :: Apache Software License | ||
httpx BSD License | ||
jinja2 BSD License | ||
ruff MIT | ||
ujson BSD License | ||
|
||
# Service-specific dependencies | ||
elevenlabs MIT License | ||
docling==2.2.0 MIT License | ||
celery[redis] BSD | ||
dill BSD License (BSD-3-Clause) | ||
requests Apache Software | ||
openai Apache Software | ||
anthropic MIT License | ||
opentelemetry Apache | ||
# Development dependencies | ||
pytest MIT |