Skip to content

Commit b38a747

Browse files
committed
⬆️ v0.0.15
- show missing packages - fix deps
1 parent c3c4512 commit b38a747

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "codeboxapi"
3-
version = "0.0.14"
3+
version = "0.0.15"
44
description = "CodeBox is the simplest cloud infrastructure for your LLM Apps and Services."
55
authors = ["Shroominic <[email protected]>"]
66
readme = "README.md"
@@ -13,6 +13,8 @@ requests = "^2.27.1"
1313
aiohttp = "^3.8.4"
1414
websockets = "^11.0.3"
1515
python-dotenv = "^1.0.0"
16+
jupyter-kernel-gateway = { version = "^2", optional = true }
17+
Pillow = { version = "^9", optional = true }
1618

1719
[tool.poetry.extras]
1820
local_support = ["jupyter-kernel-gateway"]

0 commit comments

Comments
 (0)