forked from phoenix/litellm-mirror
(fix) pyproject, streamlit errors
This commit is contained in:
parent
f47bc7dfa0
commit
68868f065c
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ license = "MIT License"
|
|||
readme = "README.md"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.8.1"
|
||||
python = ">=3.8.1,<3.9.7 || >3.9.7"
|
||||
openai = ">=1.0.0"
|
||||
python-dotenv = ">=0.2.0"
|
||||
tiktoken = ">=0.4.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue