19 lines
399 B
TOML
19 lines
399 B
TOML
[tool.poetry]
|
|
name = "01-core"
|
|
version = "0.0.1"
|
|
description = "The python at the heart of the 01."
|
|
authors = ["Open Interpreter <killian@openinterpreter.com>"]
|
|
license = "AGPL"
|
|
readme = "README.md"
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.11"
|
|
open-interpreter = "^0.2.0"
|
|
fastapi = "^0.109.0"
|
|
uvicorn = "^0.27.0"
|
|
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|