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 005f486 commit 653ca33Copy full SHA for 653ca33
pyproject.toml
@@ -1,8 +1,8 @@
1
[tool.poetry]
2
name = "codeboxapi"
3
-version = "0.0.12"
+version = "0.0.13"
4
description = "CodeBox is the simplest cloud infrastructure for your LLM Apps and Services."
5
-authors = ["Shroominic <pleurae-berets.0u@icloud.com>"]
+authors = ["Shroominic <contact@shroominic.com>"]
6
readme = "README.md"
7
license = "MIT"
8
@@ -15,11 +15,12 @@ websockets = "^11.0.3"
15
python-dotenv = "^1.0.0"
16
17
[tool.poetry.extras]
18
-local_support = ["jupyter-kernel-gateway"]
+local_support = ["jupyter-kernel-gateway"]
19
image_support = ["Pillow"]
20
21
[tool.poetry.dev-dependencies]
22
pytest = "^7.4.0"
23
+pre-commit = "^3.3"
24
25
[build-system]
26
requires = ["poetry-core>=1.0.0"]
0 commit comments