Skip to content

Commit

Permalink
Merge pull request #14 from Tienbruh/tienbranch
Browse files Browse the repository at this point in the history
Moved argcomplete to become an optional dependency
  • Loading branch information
hoonman authored Sep 3, 2024
2 parents 4adbc2d + 361f10d commit 984a02e
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 @@ -17,7 +17,6 @@ dependencies = [
"cached-property; python_version < '3.8'",
"tqdm > 4",
"jiter>=0.4.0, <1",
"argcomplete >= 1.12.0"
]
requires-python = ">= 3.7.1"
classifiers = [
Expand All @@ -40,6 +39,7 @@ classifiers = [

[project.optional-dependencies]
datalib = ["numpy >= 1", "pandas >= 1.2.3", "pandas-stubs >= 1.1.0.11"]
cli = ["argcomplete >= 1.12.0"]

[project.urls]
Homepage = "https://github.com/openai/openai-python"
Expand Down

0 comments on commit 984a02e

Please sign in to comment.