build(requirements.txt): add apscheduler to requirements

This commit is contained in:
Krrish Dholakia 2024-01-23 17:56:11 -08:00
parent 7b5e3b9934
commit ef760cb21c

View file

@ -16,6 +16,7 @@ async_generator==1.10.0 # for async ollama calls
traceloop-sdk==0.5.3 # for open telemetry logging
langfuse>=2.6.3 # for langfuse self-hosted logging
orjson==3.9.7 # fast /embedding responses
apscheduler==3.10.4 # for resetting budget in background
### LITELLM PACKAGE DEPENDENCIES
python-dotenv>=0.2.0 # for env
tiktoken>=0.4.0 # for calculating usage