forked from phoenix/litellm-mirror
chore: add pytest as dev dependency
This commit is contained in:
parent
ff3e7d4cc3
commit
ecf017ba13
3 changed files with 51 additions and 2 deletions
|
@ -53,6 +53,7 @@ litellm = 'litellm:run_server'
|
|||
[tool.poetry.group.dev.dependencies]
|
||||
flake8 = "^6.1.0"
|
||||
black = "^23.12.0"
|
||||
pytest = "^7.4.3"
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core", "wheel"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue