Skip to content

Commit

Permalink
Added setuptools.
Browse files Browse the repository at this point in the history
  • Loading branch information
emeryberger committed Feb 5, 2024
1 parent 237c0cd commit 4dbd79e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ authors = [
{ name="Bryce Adelstein Lelbach", email="brycelelbach@gmail.com" }
]

dependencies = [ "openai>=1.3.6", "PyYAML>=6.0.1", "rich>=13.7.0", "litellm>=1.22.3", "tiktoken>=0.5.2", "llm-utils>=0.2.5"]
dependencies = [ "openai>=1.3.6", "PyYAML>=6.0.1", "rich>=13.7.0", "litellm>=1.22.3", "tiktoken>=0.5.2", "llm-utils>=0.2.5", "setuptools>=68.2.2"]
description = "Explains and proposes fixes for compile-time errors for many programming languages."
readme = "README.md"
requires-python = ">=3.7"
Expand Down

0 comments on commit 4dbd79e

Please sign in to comment.