Add missing poetry sections to pyproject.toml
This commit is contained in:
parent
f2a54ecb4c
commit
be0403da98
1 changed files with 6 additions and 0 deletions
|
@ -43,6 +43,12 @@ server = [
|
|||
]
|
||||
test = ["pytest", "httpx"]
|
||||
|
||||
[tool.poetry]
|
||||
name = "llama_cpp_python"
|
||||
version = "0.1.59"
|
||||
description = "Python bindings for the llama.cpp library"
|
||||
authors = ["Andrei Betlen <abetlen@gmail.com>"]
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.8.1"
|
||||
typing-extensions = "^4.6.3"
|
||||
|
|
Loading…
Reference in a new issue