codeinterpreter / pyproject.toml
Shroominic
๐Ÿš€ initial ready version
7bc6f43
raw
history blame
640 Bytes
[tool.poetry]
name = "codeinterpreterapi"
version = "0.0.2"
description = "CodeInterpreterAPI is an unofficial and open source python interface for the ChatGPT CodeInterpreter."
authors = ["Shroominic <pleurae-berets.0u@icloud.com>"]
readme = "README.md"
license = "MIT"
[tool.poetry.dependencies]
python = "^3.9"
python-dotenv = "^1.0.0"
langchain = "^0.0.232"
codeboxapi = {extras = ["dev"], version = "^0.0.5"}
[tool.poetry.extras]
image_support = ["Pillow"]
[tool.poetry.dev-dependencies]
pytest = "^7.4.0"
mypy = "^1.4.1"
black = "^23.7.0"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"