Skip to content

Commit abbbdd9

Browse files
committed
📦 add dev deps
1 parent e0cbbfe commit abbbdd9

File tree

2 files changed

+136
-2
lines changed

2 files changed

+136
-2
lines changed

poetry.lock

Lines changed: 133 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,15 @@ license = "MIT"
1010
python = "^3.9"
1111
python-dotenv = "^1.0.0"
1212
langchain = "^0.0.232"
13-
codeboxapi = "^0.0.5"
13+
codeboxapi = {extras = ["dev"], version = "^0.0.5"}
1414

1515
[tool.poetry.extras]
1616
image_support = ["Pillow"]
1717

1818
[tool.poetry.dev-dependencies]
1919
pytest = "^7.4.0"
20+
mypy = "^1.4.1"
21+
black = "^23.7.0"
2022

2123
[build-system]
2224
requires = ["poetry-core>=1.0.0"]

0 commit comments

Comments
 (0)