Skip to content

Commit

Permalink
Minor fix to pyproject.toml indendation
Browse files Browse the repository at this point in the history
  • Loading branch information
nicovank committed Feb 5, 2024
1 parent e9479bf commit 78349c8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ dependencies = [
"tiktoken>=0.5.2",
"openai>=1.11.0",
"botocore>=1.34.34",
"requests>=2.31.0"
"requests>=2.31.0",
]
description = "Utilities for our LLM projects (CWhy, ChatDBG, ...)."
readme = "README.md"
requires-python = ">=3.9"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: Apache Software License",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3",
"License :: OSI Approved :: Apache Software License",
"Operating System :: OS Independent",
]

[project.urls]
Expand Down

0 comments on commit 78349c8

Please sign in to comment.