We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3c4512 commit b38a747Copy full SHA for b38a747
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "codeboxapi"
3
-version = "0.0.14"
+version = "0.0.15"
4
description = "CodeBox is the simplest cloud infrastructure for your LLM Apps and Services."
5
authors = ["Shroominic <[email protected]>"]
6
readme = "README.md"
@@ -13,6 +13,8 @@ requests = "^2.27.1"
13
aiohttp = "^3.8.4"
14
websockets = "^11.0.3"
15
python-dotenv = "^1.0.0"
16
+jupyter-kernel-gateway = { version = "^2", optional = true }
17
+Pillow = { version = "^9", optional = true }
18
19
[tool.poetry.extras]
20
local_support = ["jupyter-kernel-gateway"]
0 commit comments