mirror of
https://github.com/run-llama/gmail-extractor.git
synced 2026-07-01 20:24:00 -04:00
16 lines
297 B
TOML
16 lines
297 B
TOML
[tool.poetry]
|
|
name = "country-map"
|
|
version = "0.1.0"
|
|
description = ""
|
|
authors = ["Laurie Voss <github@seldo.com>"]
|
|
readme = "README.md"
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.12"
|
|
llama-index-core = "^0.10.42"
|
|
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|