mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-08 22:21:35 +00:00
* Add tzdata package to Dockerfile * Move tzdata to python requirement.txt Co-authored-by: subnet.dev <50828879+subnet-dev@users.noreply.github.com>
This commit is contained in:
parent
4578e5e620
commit
17efbf0ee9
1 changed files with 1 additions and 0 deletions
|
|
@ -36,6 +36,7 @@ opentelemetry-exporter-otlp==1.25.0
|
|||
sentry_sdk==2.21.0 # for sentry error handling
|
||||
detect-secrets==1.5.0 # Enterprise - secret detection / masking in LLM requests
|
||||
cryptography==43.0.1
|
||||
tzdata==2025.1 # IANA time zone database
|
||||
|
||||
### LITELLM PACKAGE DEPENDENCIES
|
||||
python-dotenv==1.0.0 # for env
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue