moving dependencies

This commit is contained in:
João Moura
2024-02-04 12:11:11 -08:00
parent bfe26de026
commit 51278424c1

View File

@@ -21,12 +21,11 @@ pydantic = "^2.4.2"
langchain = "0.1.0"
openai = "^1.7.1"
langchain-openai = "^0.0.2"
pyright = "1.1.333"
black = {git = "https://github.com/psf/black.git", rev = "stable"}
[tool.poetry.group.dev.dependencies]
isort = "^5.13.2"
black = "^24.1"
pyright = "1.1.333"
black = {git = "https://github.com/psf/black.git", rev = "stable"}
autoflake = "^2.2.1"
pre-commit = "^3.6.0"
mkdocs = "^1.4.3"
@@ -41,9 +40,6 @@ cairosvg = "^2.7.1"
profile = "black"
known_first_party = ["crewai"]
[tool.poetry.group.test.dependencies]
pytest = "^7.4"
pytest-vcr = "^1.0.2"