Spaces:
Runtime error
Runtime error
Shroominic
commited on
Commit
·
0b5903c
1
Parent(s):
9232844
⬆️ v0.0.3 - fixing package issues
Browse files- poetry.lock +0 -0
- pyproject.toml +3 -2
poetry.lock
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
pyproject.toml
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
[tool.poetry]
|
| 2 |
name = "codeinterpreterapi"
|
| 3 |
-
version = "0.0.
|
| 4 |
description = "CodeInterpreterAPI is an unofficial and open source python interface for the ChatGPT CodeInterpreter."
|
| 5 |
authors = ["Shroominic <pleurae-berets.0u@icloud.com>"]
|
| 6 |
readme = "README.md"
|
|
@@ -9,8 +9,9 @@ license = "MIT"
|
|
| 9 |
[tool.poetry.dependencies]
|
| 10 |
python = "^3.9"
|
| 11 |
python-dotenv = "^1.0.0"
|
|
|
|
| 12 |
langchain = "^0.0.232"
|
| 13 |
-
codeboxapi =
|
| 14 |
|
| 15 |
[tool.poetry.extras]
|
| 16 |
image_support = ["Pillow"]
|
|
|
|
| 1 |
[tool.poetry]
|
| 2 |
name = "codeinterpreterapi"
|
| 3 |
+
version = "0.0.3"
|
| 4 |
description = "CodeInterpreterAPI is an unofficial and open source python interface for the ChatGPT CodeInterpreter."
|
| 5 |
authors = ["Shroominic <pleurae-berets.0u@icloud.com>"]
|
| 6 |
readme = "README.md"
|
|
|
|
| 9 |
[tool.poetry.dependencies]
|
| 10 |
python = "^3.9"
|
| 11 |
python-dotenv = "^1.0.0"
|
| 12 |
+
openai = "^0.27.8"
|
| 13 |
langchain = "^0.0.232"
|
| 14 |
+
codeboxapi = "^0.0.6"
|
| 15 |
|
| 16 |
[tool.poetry.extras]
|
| 17 |
image_support = ["Pillow"]
|