Skip to content

Commit

Permalink
Move dependencies to dev group
Browse files Browse the repository at this point in the history
  • Loading branch information
standsleeping committed Jul 2, 2024
1 parent 4051cbb commit c416d3f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ readme = "README.md"

[tool.poetry.dependencies]
python = "^3.10"
openai = "^1.35.7"
groq = "^0.9.0"


[tool.poetry.group.dev.dependencies]
pytest = "^8.2.2"
pre-commit = "^3.7.1"
black = "^24.4.2"
python-dotenv = "^1.0.1"
openai = "^1.35.8"
groq = "^0.9.0"

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

0 comments on commit c416d3f

Please sign in to comment.