forked from phoenix/litellm-mirror
chore: add flake8 as dev dependency
This commit is contained in:
parent
39a722bc9b
commit
4c0e9e752b
2 changed files with 55 additions and 23 deletions
|
@ -7,7 +7,7 @@ license = "MIT License"
|
|||
readme = "README.md"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.8"
|
||||
python = "^3.8.1"
|
||||
openai = ">=1.0.0"
|
||||
python-dotenv = ">=0.2.0"
|
||||
tiktoken = ">=0.4.0"
|
||||
|
@ -50,6 +50,9 @@ proxy_otel = [
|
|||
[tool.poetry.scripts]
|
||||
litellm = 'litellm:run_server'
|
||||
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
flake8 = "^6.1.0"
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core", "wheel"]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue