File size: 674 Bytes
d49d9f5
 
fe2b6d3
7bc6f43
d49d9f5
 
 
 
 
b1ef552
d49d9f5
0b5903c
d49d9f5
fe2b6d3
b1ef552
d49d9f5
 
 
 
 
 
abbbdd9
 
d49d9f5
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
[tool.poetry]
name = "codeinterpreterapi"
version = "0.0.6"
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,<3.9.7 || >3.9.7,<4.0"
python-dotenv = "^1.0.0"
openai = "^0.27.8"
langchain = "^0.0.232"
codeboxapi = "^0.0.8"
streamlit = "^1.24.1"

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