File size: 351 Bytes
e0f71e1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[tool.poetry]
name = "kitt"
version = "0.1.0"
description = "LLM-based Voice Assistant for Cars"
authors = ["Sasan <s.jafarnejad@gmail.com>"]
license = "MIT"
readme = "README.md"

[tool.poetry.dependencies]
python = "^3.10"


[tool.poetry.scripts]
kitt = 'main:app'

[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"