Add missing poetry sections to pyproject.toml

This commit is contained in:
Andrei Betlen 2023-06-09 11:09:32 -04:00
parent f2a54ecb4c
commit be0403da98

View file

@ -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"