Skip to content

Commit

Permalink
📦 add dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
shroominic committed Jul 14, 2023
1 parent e0cbbfe commit abbbdd9
Show file tree
Hide file tree
Showing 2 changed files with 136 additions and 2 deletions.
134 changes: 133 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,15 @@ license = "MIT"
python = "^3.9"
python-dotenv = "^1.0.0"
langchain = "^0.0.232"
codeboxapi = "^0.0.5"
codeboxapi = {extras = ["dev"], version = "^0.0.5"}

[tool.poetry.extras]
image_support = ["Pillow"]

[tool.poetry.dev-dependencies]
pytest = "^7.4.0"
mypy = "^1.4.1"
black = "^23.7.0"

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand Down

0 comments on commit abbbdd9

Please sign in to comment.