(Fix) - Docker build error with pyproject.toml (#7550)
* fix pyproject * fix homepage
This commit is contained in:
parent
3230c902c9
commit
06eea38c69
@ -12,8 +12,11 @@ packages = [
|
||||
|
||||
[tool.poetry.urls]
|
||||
homepage = "https://litellm.ai"
|
||||
Homepage = "https://litellm.ai"
|
||||
repository = "https://github.com/BerriAI/litellm"
|
||||
Repository = "https://github.com/BerriAI/litellm"
|
||||
documentation = "https://docs.litellm.ai"
|
||||
Documentation = "https://docs.litellm.ai"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = ">=3.8.1,<4.0, !=3.9.7"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user