Update requirements.txt
Browse files- requirements.txt +10 -10
requirements.txt
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
litellm
|
2 |
# LITELLM PROXY DEPENDENCIES #
|
3 |
anyio==4.2.0 # openai + http req.
|
4 |
openai>=1.0.0 # openai req.
|
@@ -25,14 +25,14 @@ fastapi-sso==0.10.0 # admin UI, SSO
|
|
25 |
PyJWT==2.8.0 # admin UI, jwts
|
26 |
python-multipart==0.0.6 # admin UI
|
27 |
### LITELLM PACKAGE DEPENDENCIES
|
28 |
-
python-dotenv>=0.2.0 # for env
|
29 |
-
tiktoken>=0.4.0 # for calculating usage
|
30 |
-
importlib-metadata>=6.8.0 # for random utils
|
31 |
-
tokenizers==0.14.0 # for calculating usage
|
32 |
-
click==8.1.7 # for proxy cli
|
33 |
-
jinja2==3.1.3 # for prompt templates
|
34 |
-
certifi>=2023.7.22 # [TODO] clean up
|
35 |
-
aiohttp==3.9.0 # for network calls
|
36 |
# aioboto3==12.3.0 # for async sagemaker calls
|
37 |
-
argon2-cffi==23.1.0 # for checking secrets
|
38 |
####
|
|
|
1 |
+
litellm[proxy]
|
2 |
# LITELLM PROXY DEPENDENCIES #
|
3 |
anyio==4.2.0 # openai + http req.
|
4 |
openai>=1.0.0 # openai req.
|
|
|
25 |
PyJWT==2.8.0 # admin UI, jwts
|
26 |
python-multipart==0.0.6 # admin UI
|
27 |
### LITELLM PACKAGE DEPENDENCIES
|
28 |
+
#python-dotenv>=0.2.0 # for env
|
29 |
+
#tiktoken>=0.4.0 # for calculating usage
|
30 |
+
#importlib-metadata>=6.8.0 # for random utils
|
31 |
+
#tokenizers==0.14.0 # for calculating usage
|
32 |
+
#click==8.1.7 # for proxy cli
|
33 |
+
#jinja2==3.1.3 # for prompt templates
|
34 |
+
#certifi>=2023.7.22 # [TODO] clean up
|
35 |
+
#aiohttp==3.9.0 # for network calls
|
36 |
# aioboto3==12.3.0 # for async sagemaker calls
|
37 |
+
#argon2-cffi==23.1.0 # for checking secrets
|
38 |
####
|